File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ before_script:
8
8
- gem install bundler -v 1.16.2
9
9
- bundle exec hatchet ci:setup
10
10
11
- script : docker build --pull --file $(pwd)/${DOCKERFILE} .; docker run --rm -e "STACK=heroku-18" bash $TESTFOLDER
11
+ 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
14
13
15
jobs :
14
16
include :
26
28
- TESTFOLDER=test/run-features
27
29
- DOCKERFILE=Dockerfile.heroku-18
28
30
- DOCKERFILE=Dockerfile
31
+ - CI_NODE_INDEX=0
32
+ - CI_NODE_INDEX=2
29
33
global :
30
34
- HATCHET_RETRIES=3
31
35
- IS_RUNNING_ON_CI=true
32
36
- HATCHET_APP_LIMIT=5
33
37
- HATCHET_DEPLOY_STRATEGY=git
38
+ - CI_NODE_TOTAL=2
34
39
- secure : yjtlPE5FbVxTKnjUy/tZUBgSEf4qADD3QOxtgziuid73S0U/1IEXlMGFULsQzIjtlHKmHeywZqpVVEpthIH4RuT7uoX1Pb7SSM/g0T8fT3VoEFbFK1uYl0oZQbUS4Klxv9tPiumj8if3m6ULEGIz1X0wZcMOC0tMLwVCnwmap0E=
35
40
- secure : ZeFTHWwnpIKE9nAqs88ocmiQh7bKce84lilGm5J23nf3N6V4wNyLwqlkvsM008WGBCaOg9AUx7ZunasT0ANsR5gLP3eV2UUg7ILdRgV2Gy13eNRFheC4PHdN92RqQ3aKoqlIv2K999xlhVjod0NzhkQQXB6PddfQINbuU7ks6As=
You can’t perform that action at this time.
0 commit comments