Skip to content

Commit

Permalink
restore extension (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdraft authored Apr 28, 2019
1 parent 7428b8a commit 483aade
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions changelog/v0.5.12/restore-extension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description:
- type: NON_USER_FACING
description: Restore extension in cloud build.
26 changes: 13 additions & 13 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,24 +94,24 @@ steps:
waitFor: ['get-creds', 'check-code-and-docs-gen', 'push-github-resources']
id: 'e2e-test'

#- name: 'gcr.io/$PROJECT_ID/go-vsce:0.1.4'
# entrypoint: make
# args: ['publish-extension']
# env:
# - 'TAGGED_VERSION=$TAG_NAME'
# - 'BUILD_ID=$BUILD_ID'
# - 'PROJECT_ROOT=github.com/solo-io/squash'
# - 'GOPATH=/workspace/gopath'
# dir: './gopath/src/github.com/solo-io/squash'
# secretEnv: ['VSCODE_TOKEN']
# waitFor: ['e2e-test','push-github-resources']
# id: 'extension'
- name: 'gcr.io/$PROJECT_ID/go-vsce:0.1.4'
entrypoint: make
args: ['publish-extension']
env:
- 'TAGGED_VERSION=$TAG_NAME'
- 'BUILD_ID=$BUILD_ID'
- 'PROJECT_ROOT=github.com/solo-io/squash'
- 'GOPATH=/workspace/gopath'
dir: './gopath/src/github.com/solo-io/squash'
secretEnv: ['VSCODE_TOKEN']
waitFor: ['e2e-test','push-github-resources']
id: 'extension'

secrets:
- kmsKeyName: projects/solo-public/locations/global/keyRings/build/cryptoKeys/build-key
secretEnv:
GITHUB_TOKEN: CiQABlzmSYYiveU0gTxGH2139eaBUedjV3vNCxQmJU+nRPlfQ/YSUQCCPGSGzbGp49fwDYuefAx9V94b8mivdp9AqB7zQAa07VtGJmrGdg9ZuhKGFrrgqxwABE0LLVNHyngCSHYSYMH8Vn/mRtT7wQuEHBlKVGtqPw==
QUAY_IO_PASSWORD: CiQABlzmSRx5TcOqbldXa/d/+bkmAfpNAWa3PTS06WvuloZL+vASaQCCPGSGCogonVZVEUNx4G3YJtWi18gSuNx4PvLe08q8xAflTMFkjsyQirAOK3Y2oCvgYwiw/ITcuydjkpMjxDygFyENXS9FKFJoAXHlPQE5qidKr8xxmxF5ezhmjGB0gjyjXIIkbSEnBg==
#VSCODE_TOKEN: CiQABlzmSepRzBG6r2UapqKVaJfx5X3PQgWpuKtIinDWI4IpZsASXQCCPGSGtYjgB1ARs6VcRy3J23Mlbo7zeqPamti48qk71axnOBu4pSomCTKj+4iB81E/dgJEmo9aXOIfPoSv7jEs1ijN7J326jA+AOS1M4eUQwfAWovUtmjecP0p+Q==
VSCODE_TOKEN: CiQABlzmSepRzBG6r2UapqKVaJfx5X3PQgWpuKtIinDWI4IpZsASXQCCPGSGtYjgB1ARs6VcRy3J23Mlbo7zeqPamti48qk71axnOBu4pSomCTKj+4iB81E/dgJEmo9aXOIfPoSv7jEs1ijN7J326jA+AOS1M4eUQwfAWovUtmjecP0p+Q==

timeout: 3000s

0 comments on commit 483aade

Please sign in to comment.