Skip to content

Commit 747e583

Browse files
committed
Update hotfix release script
Former-commit-id: a460b39
1 parent c25521d commit 747e583

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

release_hotfix_branch.sh

-6
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,3 @@ rm release.json
2323
GITHUB_RELEASE_NUMBER=`curl -i https://api.github.com/repos/SeqWare/seqware/releases | grep \"id\" | head -n1 | cut -d':' -f2 | cut -d',' -f1 | tr -d ' '`
2424
curl -u $TOKEN:x-oauth-basic -X POST --data-binary @seqware-pipeline/target/seqware https://uploads.github.com/repos/SeqWare/seqware/releases/$GITHUB_RELEASE_NUMBER/assets?name=seqware --header "Content-Type:text/plain"
2525
curl -u $TOKEN:x-oauth-basic -X POST --data-binary @seqware-pipeline/target/archetype-catalog.xml https://uploads.github.com/repos/SeqWare/seqware/releases/$GITHUB_RELEASE_NUMBER/assets?name=archetype-catalog.xml --header "Content-Type:text/xml"
26-
27-
# if the following dies with a merge error, run git mergetool -t kdiff3
28-
git checkout develop
29-
git merge hotfix/$VERSION
30-
git push
31-
#git push origin --delete release/$VERSION

0 commit comments

Comments
 (0)