Skip to content

Commit 6c0fb2e

Browse files
committed
just remove the env var
1 parent ad052e8 commit 6c0fb2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/docker/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ cd "$(dirname "$0")"
66
# Used for verifying that we actually have a working csfle shared library
77
[ -x node_modules/mongodb-crypt-library-version ] || ((cd ../.. && npm ci) && cp -r ../../node_modules node_modules)
88
9+
# we don't have credentials for registry.suse.com and docker now requires them due to our config
10+
if [[ "$1" == suse* ]]
11+
unset DOCKER_CONFIG
12+
fi
13+
914
if [ x"$ARTIFACT_URL" = x"" ]; then
1015
SHA=`git rev-parse origin/main`
1116
VERSION=`git show ${SHA}:../../lerna.json | grep version | cut -d ":" -f 2 | cut -d '"' -f 2`

0 commit comments

Comments
 (0)