Skip to content

Commit

Permalink
Bug Fix - Packaging - add NETWORK and VERSION env vars to mule.yaml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
btoll authored Jan 15, 2021
1 parent fd02ff1 commit 7594a3f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/muleCI/mule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ agents:
arch: amd64
env:
- TRAVIS_BRANCH=${GIT_BRANCH}
- NETWORK=$NETWORK
- VERSION=$VERSION
buildArgs:
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
- ARCH=amd64
Expand All @@ -16,6 +18,8 @@ agents:
arch: amd64
env:
- TRAVIS_BRANCH=${GIT_BRANCH}
- NETWORK=$NETWORK
- VERSION=$VERSION
buildArgs:
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
- ARCH=amd64
Expand All @@ -26,6 +30,8 @@ agents:
arch: arm64v8
env:
- TRAVIS_BRANCH=${GIT_BRANCH}
- NETWORK=$NETWORK
- VERSION=$VERSION
buildArgs:
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
- ARCH=arm64v8
Expand All @@ -36,6 +42,8 @@ agents:
arch: arm32v6
env:
- TRAVIS_BRANCH=${GIT_BRANCH}
- NETWORK=$NETWORK
- VERSION=$VERSION
buildArgs:
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
- ARCH=arm32v6
Expand All @@ -45,6 +53,8 @@ agents:
version: scripts/configure_dev-deps.sh
env:
- TRAVIS_BRANCH=${GIT_BRANCH}
- NETWORK=$NETWORK
- VERSION=$VERSION
buildArgs:
- GOLANG_VERSION=`./scripts/get_golang_version.sh`
volumes:
Expand Down

0 comments on commit 7594a3f

Please sign in to comment.