Skip to content

Commit

Permalink
ci: test skipping tests during release
Browse files Browse the repository at this point in the history
  • Loading branch information
evandbrown committed Feb 22, 2019
1 parent fb017a5 commit 904dd1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/tasks/release.sh
Expand Up @@ -44,6 +44,9 @@ pushd plugin
mvn \
-B \
-Dmaven.test.skip=true \
-Dmaven.test.skipTests=true \
-DskipTests \
-Darguments=-DskipTests \
-Dtag=google-compute-engine-$version \
-DreleaseVersion=$version \
-DdevelopmentVersion=$version \
Expand Down

0 comments on commit 904dd1b

Please sign in to comment.