Skip to content

Commit

Permalink
chore: retry docker build MONGOSH-1644 (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho authored Jun 6, 2024
1 parent ccf2f42 commit 4a7e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/package-and-upload-artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tar xvzf dist.tgz
if [ "$(uname)" == Linux ]; then
mkdir -p tmp
cp "$(pwd)/../tmp/expansions.yaml" tmp/expansions.yaml
(cd scripts/docker && docker build -t rocky8-package -f rocky8-package.Dockerfile .)
(cd scripts/docker && bash "$BASEDIR/retry-with-backoff.sh" docker build -t rocky8-package -f rocky8-package.Dockerfile .)
echo Starting Docker container packaging
docker run -e PUPPETEER_SKIP_CHROMIUM_DOWNLOAD \
-e EVERGREEN_EXPANSIONS_PATH=/tmp/build/tmp/expansions.yaml \
Expand Down

0 comments on commit 4a7e5f7

Please sign in to comment.