We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ab06d commit aaa77b0Copy full SHA for aaa77b0
scripts/docker/build.sh
@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
7
[ -x node_modules/mongodb-crypt-library-version ] || ((cd ../.. && npm ci) && cp -r ../../node_modules node_modules)
8
9
# we don't have credentials for registry.suse.com and docker now requires them due to our config
10
-if [[ "$1" == suse* ]]
+if [[ "$1" == suse* ]]; then
11
unset DOCKER_CONFIG
12
fi
13
0 commit comments