1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00

Fix appcast push for release on snapshot

This commit is contained in:
Tae Won Ha 2017-06-24 15:21:34 +02:00
parent 6b90f9d25a
commit daa936669c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -19,8 +19,8 @@ git push origin HEAD:"${BRANCH}"
if [ "${IS_SNAPSHOT}" = false ] ; then
git reset --hard @
git checkout develop
git merge master
git checkout -b for_appcast origin/develop
git merge --ff-only for_build
cp appcast.xml appcast_snapshot.xml
git commit appcast_snapshot.xml -m "Update appcast_snapshot with version ${COMPOUND_VERSION}"
git push origin HEAD:develop