Skip to content

Commit

Permalink
deploy: add go env
Browse files Browse the repository at this point in the history
Change-Id: Id8f076d7ad1751cc6266bee4567366cdcf062e5d
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/551875
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
  • Loading branch information
tatianab committed Dec 20, 2023
1 parent 2366295 commit 2c36315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ steps:
- id: PostValidate
name: golang:1.12.5
entrypoint: bash
args: ["-ec", "go run ./cmd/checkdb -v1 -legacy /workspace/deployed/go-vulndb"]
args: ["-ec", "go env && go run ./cmd/checkdb -v1 -legacy /workspace/deployed/go-vulndb"]
env:
- 'GOPROXY=https://proxy.golang.org'

0 comments on commit 2c36315

Please sign in to comment.