Skip to content

Commit 7594a3f

Browse files
author
btoll
authored
Bug Fix - Packaging - add NETWORK and VERSION env vars to mule.yaml (#1834)
1 parent fd02ff1 commit 7594a3f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/muleCI/mule.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ agents:
66
arch: amd64
77
env:
88
- TRAVIS_BRANCH=${GIT_BRANCH}
9+
- NETWORK=$NETWORK
10+
- VERSION=$VERSION
911
buildArgs:
1012
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
1113
- ARCH=amd64
@@ -16,6 +18,8 @@ agents:
1618
arch: amd64
1719
env:
1820
- TRAVIS_BRANCH=${GIT_BRANCH}
21+
- NETWORK=$NETWORK
22+
- VERSION=$VERSION
1923
buildArgs:
2024
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
2125
- ARCH=amd64
@@ -26,6 +30,8 @@ agents:
2630
arch: arm64v8
2731
env:
2832
- TRAVIS_BRANCH=${GIT_BRANCH}
33+
- NETWORK=$NETWORK
34+
- VERSION=$VERSION
2935
buildArgs:
3036
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
3137
- ARCH=arm64v8
@@ -36,6 +42,8 @@ agents:
3642
arch: arm32v6
3743
env:
3844
- TRAVIS_BRANCH=${GIT_BRANCH}
45+
- NETWORK=$NETWORK
46+
- VERSION=$VERSION
3947
buildArgs:
4048
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
4149
- ARCH=arm32v6
@@ -45,6 +53,8 @@ agents:
4553
version: scripts/configure_dev-deps.sh
4654
env:
4755
- TRAVIS_BRANCH=${GIT_BRANCH}
56+
- NETWORK=$NETWORK
57+
- VERSION=$VERSION
4858
buildArgs:
4959
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
5060
volumes:

0 commit comments

Comments
 (0)