Skip to content

Commit 4939eab

Browse files
committed
fix(builder): write to stdout using puts-step
1 parent ed5a818 commit 4939eab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/etc/confd/templates/builder

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ MC_PREFIX="mc -C $CONFIG_DIR --quiet"
129129
$MC_PREFIX config host add "$HTTP_PREFIX://$S3EP" $ACCESS_KEY $ACCESS_SECRET
130130
$MC_PREFIX mb "$HTTP_PREFIX://${S3EP}/git"
131131
$MC_PREFIX cp ${APP_NAME}.tar.gz $TAR_URL
132-
echo "stored tarfile in $TAR_URL"
132+
puts-step "stored tarfile in $TAR_URL"
133133

134-
echo "creating slugbuilder in namespace $POD_NAMESPACE"
134+
puts-step "creating builder pod in namespace $POD_NAMESPACE"
135135
kubectl --namespace=$POD_NAMESPACE create -f /etc/${SLUG_NAME}.yaml
136136

137137
#check for image creation or slug existence in S3EP

0 commit comments

Comments
 (0)