We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0d7342 + ae5f30a commit 20ad31bCopy full SHA for 20ad31b
1 file changed
rootfs/etc/confd/templates/builder
@@ -133,6 +133,7 @@ $MC_PREFIX config host add "$HTTP_PREFIX://$S3EP" $ACCESS_KEY $ACCESS_SECRET &>/
133
$MC_PREFIX mb "$HTTP_PREFIX://${S3EP}/git" &>/dev/null
134
$MC_PREFIX cp ${APP_NAME}.tar.gz $TAR_URL &>/dev/null
135
136
+puts-step "Starting build"
137
kubectl --namespace=${POD_NAMESPACE} create -f /etc/${SLUG_NAME}.yaml >/dev/null
138
139
# wait for pod to be running and then pull its logs
@@ -159,6 +160,9 @@ fi
159
160
161
# build completed
162
163
+puts-step "Build complete."
164
+puts-step "Launching app."
165
+
166
URL="http://$DEIS_WORKFLOW_SERVICE_HOST:$DEIS_WORKFLOW_SERVICE_PORT/v2/hooks/config"
167
RESPONSE=$(get-app-config -url="$URL" -key="{{ getv "/deis/controller/builderKey" }}" -user=$USER -app=$APP_NAME)
168
CODE=$?
0 commit comments