diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 723d2c23..b6526791 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -26,7 +26,7 @@ on: GH_ARC_PAT: env: - VERBOSE: ${{ inputs.verbose && 'true' || '' }} + VERBOSE: ${{ (github.debug || inputs.verbose) && 'true' || '' }} BRANCH: ${{ inputs.branch }} jobs: diff --git a/build-app.sh b/build-app.sh index e0cf701c..d6128570 100755 --- a/build-app.sh +++ b/build-app.sh @@ -38,7 +38,6 @@ pushd "$PROJECT_FOLDER" > /dev/null MAVEN_OPT="$MAVEN_OPT -B -U" fi if [ "$VERSION" == "" ]; then - VERSION=$($SCDIR/mvn-get-version.sh) fi echo "Project Version:$VERSION"