Add CI_COMMIT_REF_SLUG as s3 path component
This commit is contained in:
parent
e45191e3c2
commit
7ec88bfe39
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ security_scanner:
|
|||
- docker:dind
|
||||
script:
|
||||
- scripts/packer.sh debian-buster
|
||||
- aws --endpoint-url "$AWS_ENDPOINT_URL" s3 cp images/ "s3://$AWS_BUCKET/$CI_JOB_ID/" --recursive
|
||||
- aws --endpoint-url "$AWS_ENDPOINT_URL" s3 cp images/ "s3://$AWS_BUCKET/$CI_COMMIT_REF_SLUG/$CI_JOB_ID/" --recursive
|
||||
artifacts:
|
||||
paths:
|
||||
- images/*.initramfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue