Skip to content

Commit 26f05e3

Browse files
committed
also login before starting atlas cloud cluster
1 parent 57e1290 commit 26f05e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/start-atlas-cloud-cluster.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ cleanup() {
8989

9090
trap cleanup EXIT
9191

92+
echo "Logging in to docker"
93+
echo "${DOCKERHUB_PASSWORD}" | docker login -u ${DOCKERHUB_USERNAME} --password-stdin
94+
9295
echo "Allowing access from current ip..."
9396
atlascli accessList create \
9497
--currentIp \

0 commit comments

Comments
 (0)