Skip to content
Snippets Groups Projects
Unverified Commit bde78082 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Fix naming of S3 bucket for stable and beta

parent 1de2eab9
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
script: script:
- ./.gitlab/ci/scripts/release_s3.sh - ./.gitlab/ci/scripts/release_s3.sh
variables: variables:
S3_URL: s3://${S3_BUCKET}/${CI_COMMIT_REF_SLUG} S3_URL: s3://${S3_BUCKET}/${CI_COMMIT_REF_NAME}
environment: environment:
url: https://${S3_BUCKET}.s3.amazonaws.com/${CI_COMMIT_REF_SLUG}/index.html url: https://${S3_BUCKET}.s3.amazonaws.com/${CI_COMMIT_REF_NAME}/index.html
release development S3: release development S3:
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment