Skip to content

Commit

Permalink
Switch to daml-data gcs bucket for split-releases (#12322)
Browse files Browse the repository at this point in the history
This is a private bucket which allows us to publish EE artifacts.

We could separate public from private artifacts but keeping everything
in a single location is easier to manage.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jan 10, 2022
1 parent 3a08380 commit c8bbeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ jobs:
source $(bash-lib)
cd $(Build.StagingDirectory)/split-release
gcs "$GCRED" -m cp -r github gs://daml-binaries/split-releases/$(release_tag)/
gcs "$GCRED" -m cp -r split-release gs://daml-binaries/split-releases/$(release_tag)/
gcs "$GCRED" -m cp -r github gs://daml-data/split-releases/$(release_tag)/
gcs "$GCRED" -m cp -r split-release gs://daml-data/split-releases/$(release_tag)/
name: upload_to_gcs
env:
GCRED: $(GOOGLE_APPLICATION_CREDENTIALS_CONTENT)
Expand Down

0 comments on commit c8bbeed

Please sign in to comment.