Merge pull request #4063 from dosmanak/mdrip_MYGOBIN

fix: Allow custom MYGOBIN in mdrip invocations
This commit is contained in:
Kubernetes Prow Robot
2021-07-19 10:30:52 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ chart repository.
This example defines the `helm` command as
<!-- @defineHelmCommand @testHelm -->
```
helmCommand=~/go/bin/helmV3
helmCommand=${MYGOBIN:-~/go/bin}/helmV3
```
This value is needed for testing this example in CI/CD.

View File

@@ -29,6 +29,7 @@ fi
# We test against the latest release, and HEAD, and presumably
# any branch using this label, so it should probably get
# a new value.
export MYGOBIN
mdrip --mode test --blockTimeOut 15m \
--label testAgainstLatestRelease examples