Skip to content

Commit

Permalink
Merge pull request #353 from WDAqua/revert-352-adjustBuildProcess
Browse files Browse the repository at this point in the history
Revert "Update build_images.sh"
  • Loading branch information
dschiese authored May 22, 2024
2 parents 1205342 + e6a964e commit f0d9ada
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions service_config/build_images.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
#!/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 f0d9ada

Please sign in to comment.