Skip to content

Commit 1aaa536

Browse files
committed
Pass through travis tag in run.sh
1 parent bdb189a commit 1aaa536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/image/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ main() {
77

88
docker build ci/image
99
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" "$*"
10+
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" "$*"
1111
}
1212

1313
main "$@"

0 commit comments

Comments
 (0)