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:
parent
6b90f9d25a
commit
daa936669c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user