Skip to content

Commit

Permalink
Merge pull request #354 from WDAqua/adjustPomFilesDueToInheritance
Browse files Browse the repository at this point in the history
Adjusted component's pom files to overwrite parent's inherited values
  • Loading branch information
dschiese authored Jun 25, 2024
2 parents 3251246 + 165b5b7 commit 6d0b1d3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions service_config/build_images.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
#!/bin/bash
# clone Qanary pipeline
git clone https://github.com/WDAqua/Qanary.git

# subshell building the Qanary pipeline
(
cd Qanary/
mvn --batch-mode clean install -Ddockerfile.skip=true -DskipTests -Dgpg.skip=true
)

# delete Qanary pipeline repository
rm -rf Qanary/

# replace secrets
if [ -z "$BABELFY_API_KEY" ]
Expand Down

0 comments on commit 6d0b1d3

Please sign in to comment.