Skip to content

Commit

Permalink
Update docker-image.yml fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy committed May 25, 2023
1 parent 87f8251 commit 923f037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Build TeamEngine and the ETS for OGC API - Processes and add it to the docker-compose
run: docker/ets-ogcapi-proceses/build.sh && cat docker/ets-ogcapi-processes/docker-compose-ets-part.yml >> docker-compose.yml
run: docker/ets-ogcapi-processes/build.sh && cat docker/ets-ogcapi-processes/docker-compose-ets-part.yml >> docker-compose.yml
- name: Start the test env
run: mkdir docker/tmp; chmod 777 -R docker ; docker-compose up -d
- name: Install required package
Expand Down

0 comments on commit 923f037

Please sign in to comment.