Skip to content

Commit

Permalink
Fix gcs resources
Browse files Browse the repository at this point in the history
  • Loading branch information
guiguan committed Jul 27, 2020
1 parent 8e78e20 commit 366dbc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,19 @@ resources:
source:
bucket: provendb-dev
json_key: ((common.service-account))
versioned_file: proofable-cli/proofable-cli_darwin_amd64
versioned_file: proofable-cli/proofable-cli_darwin_amd64.tar.gz
- name: release-linux_amd64
type: gcs-resource
source:
bucket: provendb-dev
json_key: ((common.service-account))
versioned_file: proofable-cli/proofable-cli_linux_amd64
versioned_file: proofable-cli/proofable-cli_linux_amd64.tar.gz
- name: release-windows_amd64
type: gcs-resource
source:
bucket: provendb-dev
json_key: ((common.service-account))
versioned_file: proofable-cli/proofable-cli_windows_amd64.exe
versioned_file: proofable-cli/proofable-cli_windows_amd64.zip
- name: docker-registry
type: docker-image
source:
Expand Down

0 comments on commit 366dbc2

Please sign in to comment.