mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
fix: Allow custom MYGOBIN in mdrip invokations
This commit is contained in:
@@ -32,7 +32,7 @@ chart repository.
|
|||||||
This example defines the `helm` command as
|
This example defines the `helm` command as
|
||||||
<!-- @defineHelmCommand @testHelm -->
|
<!-- @defineHelmCommand @testHelm -->
|
||||||
```
|
```
|
||||||
helmCommand=~/go/bin/helmV3
|
helmCommand=${MYGOBIN:-~/go/bin}/helmV3
|
||||||
```
|
```
|
||||||
|
|
||||||
This value is needed for testing this example in CI/CD.
|
This value is needed for testing this example in CI/CD.
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ fi
|
|||||||
# We test against the latest release, and HEAD, and presumably
|
# We test against the latest release, and HEAD, and presumably
|
||||||
# any branch using this label, so it should probably get
|
# any branch using this label, so it should probably get
|
||||||
# a new value.
|
# a new value.
|
||||||
|
export MYGOBIN
|
||||||
mdrip --mode test --blockTimeOut 15m \
|
mdrip --mode test --blockTimeOut 15m \
|
||||||
--label testAgainstLatestRelease examples
|
--label testAgainstLatestRelease examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user