Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d1434e3

Browse files
authored
Reducing default verbosity of cloud hook tasks. (#786)
1 parent ecd1c1b commit d1434e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cloud-hooks/functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deploy_updates() {
1212
export PATH=$repo_root/vendor/bin:$PATH
1313
cd $repo_root
1414

15-
blt deploy:update -Denvironment=$target_env -Dblt.verbose=true
15+
blt deploy:update -Denvironment=$target_env
1616
if [ $? -ne 0 ]; then
1717
echo "Update errored."
1818
status=1;

0 commit comments

Comments
 (0)