Skip to content

Commit

Permalink
fix(e2e): Make docker compose work
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Aug 8, 2024
1 parent 6cb66b4 commit 6085c59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
# E2E Test
- name: E2E Test => OGC API Features with Azure GeoPackage
run: |
docker compose -f ./examples/docker-compose-features-azure.yaml build gokoala \
&& \
docker compose -f ./examples/docker-compose-features-azure.yaml pull \
&& \
docker compose -f ./examples/docker-compose-features-azure.yaml up \
--exit-code-from smoketest
Expand Down
1 change: 0 additions & 1 deletion examples/docker-compose-features-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ services:
retries: 30

gokoala:
image: gokoala:local # run local image if available
build:
context: ../
dockerfile: Dockerfile
Expand Down

0 comments on commit 6085c59

Please sign in to comment.