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

Commit

Permalink
Added update-package.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
trekawek committed Mar 16, 2015
1 parent 638c531 commit 5fde6f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions update-package.sh
@@ -0,0 +1,10 @@
#!/bin/bash

git checkout master
mvn clean package
git checkout gh-pages
mv target/*.zip packages
git add packages
git commit -a -m 'Updated SNAPSHOT package'
git push origin gh-pages
git checkout master

0 comments on commit 5fde6f1

Please sign in to comment.