Skip to content

Commit

Permalink
Comment out release hack
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Oct 3, 2019
1 parent 098dba5 commit 3a6c453
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/releaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaser:
maven:
buildCommand: ./scripts/build.sh {{systemProps}}
deployCommand: echo "skip deploy"
#releaser:
# maven:
# buildCommand: ./scripts/build.sh {{systemProps}}
# deployCommand: echo "skip deploy"
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

#./mvnw clean install -B -Pdocs ${@}
./mvnw clean install -B -DskipTests ${@}
./mvnw clean install -B -Pdocs ${@}
#./mvnw clean install -B -DskipTests ${@}

0 comments on commit 3a6c453

Please sign in to comment.