Skip to content

Commit

Permalink
fix ci dependency trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Nov 7, 2024
1 parent e73cc8e commit c12d8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/geonetwork-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: "Build docker container"
run: |
mvn clean install -DskipTests -Denforcer.skip -pl core-geonetwork
mvn clean install -DskipTests -Denforcer.skip
cd release/target/docker/
docker build . -t docker.pkg.github.com/geoadmin/geocat/gn-with-swiss-overlay:${{ steps.version.outputs.VERSION }}-${{ github.run_number }}
Expand Down

0 comments on commit c12d8c9

Please sign in to comment.