diff --git a/service_config/build_images.sh b/service_config/build_images.sh index 5e0586ae..9708634e 100755 --- a/service_config/build_images.sh +++ b/service_config/build_images.sh @@ -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