Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
disable deploy until we get keys in place
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwawi committed Nov 18, 2015
1 parent eb46125 commit 7f7ee1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ test:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;

deployment:
production:
branch: master
commands:
- mvn deploy
#deployment:
# production:
# branch: master
# commands:
# - mvn deploy

0 comments on commit 7f7ee1c

Please sign in to comment.