File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
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+
911echo " building connectivity tests image from ${PWD} "
1012docker build -t devtools-connectivity-tests --build-arg " NODE_JS_VERSION=$NODE_JS_VERSION " -f " ./.evergreen/connectivity-tests/Dockerfile" .
1113echo " connectivity tests image built"
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ variables:
7878 GARASIGN_PASSWORD : ${garasign_password}
7979 ARTIFACTORY_USERNAME : ${artifactory_username}
8080 ARTIFACTORY_PASSWORD : ${artifactory_password}
81+ DOCKERHUB_USERNAME : ${dockerhub_username}
82+ DOCKERHUB_PASSWORD : ${dockerhub_password}
8183
8284# This is here with the variables because anchors aren't supported across includes
8385post :
You can’t perform that action at this time.
0 commit comments