Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Jul 3, 2021
1 parent 309e45b commit 218852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mvn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
_CALLING_DIR="$(pwd)"

if [ "$CI" ]; then
export MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end"
export MAVEN_CLI_OPTS="--batch-mode --errors --fail-at-end"
fi

# Installs any application tarball given a URL, the expected tarball name,
Expand Down

0 comments on commit 218852a

Please sign in to comment.