File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 -f ${{ github.workspace }}/docker/docker-compose.yml \
183183 ${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} \
184184 ${{ inputs.start_jore3_importer == 'true' && '--profile importer' || '' }} \
185- pull jore4-mapmatchingdb jore4-testdb jore4-hasura jore4-tiamat jore4-auth jore4-mbtiles jore4-mapmatching
185+ pull jore4-mapmatchingdb jore4-testdb jore4-hasura jore4-tiamat jore4-auth jore4-mbtiles jore4-mapmatching jore4-hastus
186186 shell : bash
187187
188188 - name : Start stage 1
@@ -191,7 +191,7 @@ jobs:
191191 -f ${{ github.workspace }}/docker/docker-compose.yml \
192192 ${{ inputs.custom_docker_compose != '' && format('-f {0}', inputs.custom_docker_compose) || '' }} \
193193 ${{ inputs.start_jore3_importer == 'true' && '--profile importer' || '' }} \
194- up -d jore4-mapmatchingdb jore4-testdb jore4-hasura jore4-tiamat jore4-auth jore4-mbtiles jore4-mapmatching
194+ up -d jore4-mapmatchingdb jore4-testdb jore4-hasura jore4-tiamat jore4-auth jore4-mbtiles jore4-mapmatching jore4-hastus
195195 shell : bash
196196
197197
You can’t perform that action at this time.
0 commit comments