Skip to content

Commit

Permalink
Disable verbose output from install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriykovalev committed Mar 4, 2022
1 parent f9ad0c4 commit ddfa7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
set -e

SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

Expand Down

0 comments on commit ddfa7bd

Please sign in to comment.