Skip to content

Commit 77b012d

Browse files
committed
add tags to docker scripts to pass images to test run cases
1 parent 3d65278 commit 77b012d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ before_script:
99
- bundle exec hatchet ci:setup
1010

1111
script:
12-
- docker build --pull --file $(pwd)/Dockerfile .; docker run --rm -e "STACK=heroku-18" bash $TESTFOLDER
13-
- docker build --pull --file $(pwd)/Dockerfile.heroku-18 .; docker run --rm -e "STACK=heroku-18" bash $TESTFOLDER
12+
- docker build --pull travis-heroku-16 --file $(pwd)/Dockerfile .; docker run --rm -e "STACK=heroku-16" travis-heroku-16 bash $TESTFOLDER
13+
- docker build --pull travis-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .; docker run --rm -e "STACK=heroku-18" travis-heroku-18 bash $TESTFOLDER
1414

1515
jobs:
1616
include:
@@ -26,15 +26,10 @@ env:
2626
- TESTFOLDER=test/run-deps
2727
- TESTFOLDER=test/run-versions
2828
- TESTFOLDER=test/run-features
29-
- DOCKERFILE=Dockerfile.heroku-18
30-
- DOCKERFILE=Dockerfile
31-
- CI_NODE_INDEX=0
32-
- CI_NODE_INDEX=2
3329
global:
3430
- HATCHET_RETRIES=3
3531
- IS_RUNNING_ON_CI=true
3632
- HATCHET_APP_LIMIT=5
3733
- HATCHET_DEPLOY_STRATEGY=git
38-
- CI_NODE_TOTAL=2
3934
- secure: yjtlPE5FbVxTKnjUy/tZUBgSEf4qADD3QOxtgziuid73S0U/1IEXlMGFULsQzIjtlHKmHeywZqpVVEpthIH4RuT7uoX1Pb7SSM/g0T8fT3VoEFbFK1uYl0oZQbUS4Klxv9tPiumj8if3m6ULEGIz1X0wZcMOC0tMLwVCnwmap0E=
4035
- secure: ZeFTHWwnpIKE9nAqs88ocmiQh7bKce84lilGm5J23nf3N6V4wNyLwqlkvsM008WGBCaOg9AUx7ZunasT0ANsR5gLP3eV2UUg7ILdRgV2Gy13eNRFheC4PHdN92RqQ3aKoqlIv2K999xlhVjod0NzhkQQXB6PddfQINbuU7ks6As=

0 commit comments

Comments
 (0)