We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc84e54 commit f411725Copy full SHA for f411725
.shippable.yml
@@ -54,7 +54,9 @@ build:
54
aws s3 cp zephyr-sdk-x86_64-hosttools-standalone-0.9.sh ${S3_PATH}/;
55
else
56
echo "uploading ${TARGET}.tar.bz2 to ${S3_PATH}/";
57
- tar --exclude='build.log.bz2' -C build/output/ -jcvf ${TARGET}.tar.bz2 *-zephyr-*
+ pushd build/output
58
+ tar --exclude='build.log.bz2' -jcvf ../../${TARGET}.tar.bz2 *-zephyr-*
59
+ popd
60
aws s3 cp ${TARGET}.tar.bz2 ${S3_PATH}/;
61
fi
62
0 commit comments