Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 10, 2020
1 parent 3e05745 commit 713a2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-docker.sh
Expand Up @@ -2,10 +2,10 @@

VERSION=$(mvn -q \
-Dexec.executable="echo" \
-Dexec.args="${project.version}" \
-Dexec.args='${project.version}' \
--non-recursive \
org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo "$VERSION"

FILE=./cli/target/dependency-check-$VERSION-release.zip
if [ -f "$FILE" ]; then
docker build . --build-arg VERSION=$VERSION -t owasp/dependency-check:$VERSION
Expand Down

0 comments on commit 713a2b3

Please sign in to comment.