File tree Expand file tree Collapse file tree
rootfs/etc/confd/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,17 +141,21 @@ kubectl --namespace=$POD_NAMESPACE create -f /etc/${SLUG_NAME}.yaml
141141
142142if [[ " $REMOTE_STORAGE " == " 1" ]]; then
143143 LS_CMD=" $MC_PREFIX ls $PUSH_URL "
144+ echo " Waiting for build to complete..."
144145 until $LS_CMD & > /dev/null; do
145- echo " no file "
146+ echo -ne " . "
146147 sleep 2
147148 done
148149else
150+ echo -ne " Waiting for build to complete..."
149151 while [ ! -f /apps/${SLUG_NAME} /slug.tgz ]
150152 do
153+ echo -ne " ."
151154 sleep 2
152- echo " no file"
153155 done
154156fi
157+ echo " "
158+ echo " Build complete."
155159
156160URL=" http://$DEIS_WORKFLOW_SERVICE_HOST :$DEIS_WORKFLOW_SERVICE_PORT /v2/hooks/config"
157161RESPONSE=$( get-app-config -url=" $URL " -key=" {{ getv " /deis/controller/builderKey" }}" -user=$USER -app=$APP_NAME )
You can’t perform that action at this time.
0 commit comments