Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Dec 26, 2023
1 parent 7857e57 commit 635a3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ jobs:
cache: 'npm'

- name: Create pipeline docker image
run: docker build . -f tools/pipelines/Dockerfile -t geonetwork/geonetwork-ui-tools-pipelines:latest
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: cd .. && sudo docker-compose -f support-services/docker-compose.yml up -d init

- name: Install dependencies
run: |
Expand Down

0 comments on commit 635a3c6

Please sign in to comment.