Skip to content

Commit 1a5be14

Browse files
committed
ci: add messages per step
Signed-off-by: Anas Nashif <[email protected]>
1 parent 9c307eb commit 1a5be14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.shippable.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ build:
3838
sudo -E sh -c 'echo "IS_PRERELEASE=${IS_PRERELEASE}" >> $JOB_STATE/sdk.env';
3939
sudo -E sh -c 'echo "GIT_TAG_NAME=${GIT_TAG_NAME}" >> $JOB_STATE/sdk.env';
4040
cat $JOB_STATE/sdk.env;
41-
tar jcvf ${TARGET}.tar.bz2 build/output/*-zephyr-*
41+
tar jcvf ${TARGET}.tar.bz2 build/output/*-zephyr-*;
42+
echo "tar build completed";
4243
export S3_PATH="s3://incoming.zephyrproject.org/sdk-ng/${SDKNG_CIREPO_VERSIONNUMBER}";
43-
aws s3 sync ${TARGET}.tar.bz2 ${S3_PATH}/;
44+
echo "uploading ${TARGET}.tar.bz2 to ${S3_PATH}/";
45+
aws s3 cp ${TARGET}.tar.bz2 ${S3_PATH}/;
4446
fi
4547
- ccache -s
4648
integrations:

0 commit comments

Comments
 (0)