Skip to content

Commit 6d0b1d3

Browse files
authored
Merge pull request #354 from WDAqua/adjustPomFilesDueToInheritance
Adjusted component's pom files to overwrite parent's inherited values
2 parents 3251246 + 165b5b7 commit 6d0b1d3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

service_config/build_images.sh

-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
#!/bin/bash
2-
# clone Qanary pipeline
3-
git clone https://github.com/WDAqua/Qanary.git
4-
5-
# subshell building the Qanary pipeline
6-
(
7-
cd Qanary/
8-
mvn --batch-mode clean install -Ddockerfile.skip=true -DskipTests -Dgpg.skip=true
9-
)
10-
11-
# delete Qanary pipeline repository
12-
rm -rf Qanary/
132

143
# replace secrets
154
if [ -z "$BABELFY_API_KEY" ]

0 commit comments

Comments
 (0)