Skip to content

Commit

Permalink
Update build_images.sh
Browse files Browse the repository at this point in the history
Skip signing Qanary artefacts during component build process
  • Loading branch information
heinpa authored Mar 20, 2024
1 parent f81c92b commit bfc2e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_config/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git clone https://github.com/WDAqua/Qanary.git
# subshell building the Qanary pipeline
(
cd Qanary/
mvn --batch-mode clean install -Ddockerfile.skip=true -DskipTests
mvn --batch-mode clean install -Ddockerfile.skip=true -DskipTests -Dgpg.skip=true
)

# delete Qanary pipeline repository
Expand Down

0 comments on commit bfc2e53

Please sign in to comment.