Skip to content

Commit

Permalink
Don’t set -x
Browse files Browse the repository at this point in the history
This avoids leaking the Docker login credentials
into the log
  • Loading branch information
acdha committed Jan 15, 2019
1 parent bd0d88a commit 074bc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_containers.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -euox pipefail
set -eu -o pipefail

BUILD_ALL=${BUILD_ALL:=0}
BUILD_NUMBER=${BUILD_NUMBER:=1}
Expand Down

0 comments on commit 074bc52

Please sign in to comment.