Skip to content

Commit

Permalink
Set GCS credentials env var in split_release job (#12034)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
cocreature authored Dec 8, 2021
1 parent c4d82f7 commit ec86210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ jobs:
source $(bash-lib)
cd $(Build.StagingDirectory)/split-release
gcs "$GCRED" -m cp -r github gs://daml-binaries/split-releases/$(release_tag)/
name: upload_to_gcs
env:
GCRED: $(GOOGLE_APPLICATION_CREDENTIALS_CONTENT)
- template: ci/tell-slack-failed.yml
parameters:
trigger_sha: '$(trigger_sha)'
Expand Down

0 comments on commit ec86210

Please sign in to comment.