Skip to content

Commit

Permalink
Fixes env variable values in Cloud Build config
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade committed Sep 7, 2021
1 parent a686d14 commit bb56dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
options:
env:
- COMMIT_SHA=$COMMIT_SHA
- GIT_ORIGIN_URL=https://github.com/m-lab/disco.git
- WORKSPACE_LINK=/go/src/github.com/m-lab/disco
- GIT_ORIGIN_URL=https://github.com/m-lab/cni-plugins.git
- WORKSPACE_LINK=/go/src/github.com/m-lab/cni-plugins

steps:

Expand Down

0 comments on commit bb56dac

Please sign in to comment.