Skip to content

Commit

Permalink
Fixed nightly and weekly builds which use gfbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Feb 23, 2022
1 parent b3c477f commit 50f705c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gfbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ dev_build(){
}

build_re_dev(){
if [ -f "${WORKSPACE}/snapshots/pom.xml" ]; then
mvn clean install -T2C -f "${WORKSPACE}/snapshots/pom.xml" ${MVN_EXTRA}
fi
dev_build
archive_bundles
merge_junits
Expand Down

0 comments on commit 50f705c

Please sign in to comment.