Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
juhasipo committed Feb 28, 2016
1 parent e272fbe commit a037cae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.sh
@@ -0,0 +1,6 @@
#!/bin/bash -xe
rm -rf dist/
mkdir dist

mvn clean package
cp target/gocd-slack-task*.jar dist/

0 comments on commit a037cae

Please sign in to comment.