We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb189a commit 1aaa536Copy full SHA for 1aaa536
ci/image/run.sh
@@ -7,7 +7,7 @@ main() {
7
8
docker build ci/image
9
imageTag="$(docker build -q ci/image)"
10
- docker run -t --rm -e CI -e GITHUB_TOKEN -v "$(yarn cache dir):/usr/local/share/.cache/yarn/v6" -v "$PWD:/repo" -w /repo "$imageTag" "$*"
+ docker run -t --rm -e CI -e GITHUB_TOKEN -e TRAVIS_TAG -v "$(yarn cache dir):/usr/local/share/.cache/yarn/v6" -v "$PWD:/repo" -w /repo "$imageTag" "$*"
11
}
12
13
main "$@"
0 commit comments