Skip to content

Commit

Permalink
fix unbound variable that throw an ERROR during CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmella committed Jan 16, 2025
1 parent 9c31ac9 commit bc6a531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cd -

# note: use insecure https as restlet https certificates are out-dated!
#MVN_OPTS="-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true"
MVN_OPTS=""
echo "MVN_OPTS: $MVN_OPTS"

# Build all modules (skip test)
Expand Down

0 comments on commit bc6a531

Please sign in to comment.