We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5a818 commit 4939eabCopy full SHA for 4939eab
1 file changed
rootfs/etc/confd/templates/builder
@@ -129,9 +129,9 @@ MC_PREFIX="mc -C $CONFIG_DIR --quiet"
129
$MC_PREFIX config host add "$HTTP_PREFIX://$S3EP" $ACCESS_KEY $ACCESS_SECRET
130
$MC_PREFIX mb "$HTTP_PREFIX://${S3EP}/git"
131
$MC_PREFIX cp ${APP_NAME}.tar.gz $TAR_URL
132
-echo "stored tarfile in $TAR_URL"
+puts-step "stored tarfile in $TAR_URL"
133
134
-echo "creating slugbuilder in namespace $POD_NAMESPACE"
+puts-step "creating builder pod in namespace $POD_NAMESPACE"
135
kubectl --namespace=$POD_NAMESPACE create -f /etc/${SLUG_NAME}.yaml
136
137
#check for image creation or slug existence in S3EP
0 commit comments