Skip to content

Commit

Permalink
fix: CI add pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Dec 26, 2023
1 parent fb37bf6 commit 1130470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: cd tools && docker build . -f pipelines/Dockerfile -t geonetwork/geonetwork-ui-tools-pipelines:latest

- name: Build the backend
run: sudo docker-compose -f support-services/docker-compose.yml up -d init
run: sudo docker-compose -f support-services/docker-compose.yml up -d init tools-pipelines

- name: Install dependencies
run: |
Expand Down
2 changes: 0 additions & 2 deletions support-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ services:
condition: service_healthy
elasticsearch:
condition: service_healthy
tools-pipelines:
condition: service_completed_successfully
healthcheck:
test: ['CMD-SHELL', "sh -c '[ -f /done ]'"]
interval: 5s
Expand Down

0 comments on commit 1130470

Please sign in to comment.