Merge pull request #5 from rjenkinsjr/move-to-circle
More CircleCI migration work
This commit is contained in:
@@ -21,5 +21,8 @@ deployment:
|
||||
commands:
|
||||
- mvn clean
|
||||
- mvn -s settings.xml -Drtr.release=true
|
||||
- git add pom.xml
|
||||
- git commit -m "Committing release $(cat .version)"
|
||||
- git push
|
||||
- git tag $(cat .version)
|
||||
- git push origin $(cat .version)
|
||||
|
||||
Reference in New Issue
Block a user