File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66MONOREPO_ROOT_DIR=" $( cd $( dirname " $0 " ) /../..; pwd) "
77cd $MONOREPO_ROOT_DIR
88
9- echo " ${DOCKERHUB_PASSWORD} " | docker login -u ${DOCKERHUB_USERNAME} --password-stdin
10-
119echo " building connectivity tests image from ${PWD} "
1210docker build -t devtools-connectivity-tests --build-arg " NODE_JS_VERSION=$NODE_JS_VERSION " -f " ./.evergreen/connectivity-tests/Dockerfile" .
1311echo " connectivity tests image built"
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ if [ "$HAS_DOCKER" = true ]; then
3333 docker version
3434 $DOCKER_COMPOSE version
3535
36+ echo " Logging in to docker"
37+ echo " ${DOCKERHUB_PASSWORD} " | docker login -u ${DOCKERHUB_USERNAME} --password-stdin
38+
3639 echo " Starting test environments"
3740
3841 SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd) "
You can’t perform that action at this time.
0 commit comments