mirror of
https://github.com/kasmtech/kasm-install-wizard.git
synced 2026-01-23 02:34:27 +00:00
need curl
This commit is contained in:
parent
c5b26cbcd3
commit
2637d013c7
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ before_script:
|
|||
push_to_s3:
|
||||
stage: upload
|
||||
script:
|
||||
- apk add aws-cli gzip tar
|
||||
- apk add aws-cli curl gzip tar
|
||||
- export S3_URL="s3://${S3_BUCKET}/wizard/${CI_COMMIT_SHA}.tar.gz"
|
||||
- tar -czf ${CI_COMMIT_SHA}.tar.gz *
|
||||
- aws s3 cp ${CI_COMMIT_SHA}.tar.gz s3://${S3_BUCKET}/wizard/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue