We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da4cc05 + 8673f28 commit 52f07f2Copy full SHA for 52f07f2
ci3/bootstrap_ec2
@@ -136,6 +136,10 @@ container_script=$(
136
ci_log_id=\$(log_ci_run)
137
export PARENT_LOG_URL=${PARENT_LOG_URL:-http://ci.aztec-labs.com/\$ci_log_id}
138
139
+ if [ -z "${DOCKERHUB_PASSWORD:-}" ]; then
140
+ echo $DOCKERHUB_PASSWORD | docker login -u aztecprotocolci --password-stdin
141
+ fi
142
+
143
# Heartbeat.
144
while true; do redis_cli SETEX hb-\$ci_log_id 60 1 &>/dev/null || true; sleep 30; done &
145
0 commit comments