Skip to content

Fix GOBUILDFLAGS usage in codecov scripts#22178

Merged
istio-testing merged 1 commit intoistio:masterfrom
jwendell:fix-post
Mar 14, 2020
Merged

Fix GOBUILDFLAGS usage in codecov scripts#22178
istio-testing merged 1 commit intoistio:masterfrom
jwendell:fix-post

Conversation

@jwendell
Copy link
Copy Markdown
Member

This variable needs to be set before used (set -u) and must not be
quoted, otherwise it will become an empty arg for go test if it's empty.

This variable needs to be set before used (set -u) and must not be
quoted, otherwise it will become an empty arg for go test if it's empty.
@jwendell jwendell requested a review from a team as a code owner March 14, 2020 02:49
@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Mar 14, 2020
@istio-testing istio-testing added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 14, 2020
@howardjohn
Copy link
Copy Markdown
Member

/retest

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: new pull request created: #22182

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: new pull request created: #22183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants