Skip to content

Commit ee254da

Browse files
nashifAnas Nashif
authored andcommitted
ci: on S3, add repo name into the path
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 14f30ee commit ee254da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.shippable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ build:
3333
- export PREBUILT_HOST_TOOLS=${ZEPHYR_BASE}/bin
3434
- >
3535
if [ "$IS_PULL_REQUEST" = "true" ]; then
36-
S3_PATH="s3://zephyr-logs/pull-requests/${PULL_REQUEST}"
36+
S3_PATH="s3://zephyr-logs/pull-requests/${REPO_FULL_NAME}/${PULL_REQUEST}"
3737
else
3838
if [ "$JOB_TRIGGERED_BY_NAME" = "undefined" ]; then
3939
LOG_TYPE="manual";
4040
else
4141
LOG_TYPE=${JOB_TRIGGERED_BY_NAME};
4242
fi;
4343
44-
S3_PATH="s3://zephyr-logs/${LOG_TYPE}/${BUILD_NUMBER}";
44+
S3_PATH="s3://zephyr-logs/${LOG_TYPE}/${REPO_FULL_NAME}/${BUILD_NUMBER}";
4545
fi;
4646
- >
4747
if [ "$RUN_COMPLIANCE" = "1" -a "$IS_PULL_REQUEST" = "true" ]; then

0 commit comments

Comments
 (0)