File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ before_script:
10
10
11
11
script :
12
12
- docker build --pull --tag travis-build-cedar-14 --file $(pwd)/builds/cedar-14.Dockerfile .
13
- - docker run --rm -e "STACK=cedar-14" travis-build-cedar-14 bash $TESTFOLDER
13
+ - docker run --rm -e "STACK=cedar-14" -e "VENDOR_URL=$VENDOR_URL" travis-build-cedar-14 bash $TESTFOLDER
14
14
- docker build --pull --tag travis-build-heroku-16 --file $(pwd)/builds/heroku-16.Dockerfile .
15
- - docker run --rm -e "STACK=heroku-16" travis-build-heroku-16 bash $TESTFOLDER
15
+ - docker run --rm -e "STACK=heroku-16" -e "VENDOR_URL=$VENDOR_URL" travis-build-heroku-16 bash $TESTFOLDER
16
16
- docker build --pull --tag travis-build-heroku-18 --file $(pwd)/builds/heroku-18.Dockerfile .
17
- - docker run --rm -e "STACK=heroku-18" travis-build-heroku-18 bash $TESTFOLDER
17
+ - docker run --rm -e "STACK=heroku-18" -e "VENDOR_URL=$VENDOR_URL" travis-build-heroku-18 bash $TESTFOLDER
18
18
19
19
jobs :
20
20
include :
You can’t perform that action at this time.
0 commit comments