mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-20 23:41:57 +02:00
fix deploy phar
This commit is contained in:
parent
817187005d
commit
5b66087b48
@ -55,7 +55,7 @@ jobs:
|
||||
- git commit -m "${COMMIT_MSG}"
|
||||
- git push --quiet origin master
|
||||
|
||||
- if [ "${TRAVIS_TAG}" != "" ]; then git tag -s ${TRAVIS_TAG} -m "${TRAVIS_TAG}" && git push --quiet origin ${TRAVIS_TAG}; fi
|
||||
- if [ "${TRAVIS_TAG}" != "" ]; then git tag -m "${TRAVIS_TAG}" && git push --quiet origin ${TRAVIS_TAG}; fi
|
||||
|
||||
# Stage 1
|
||||
-
|
||||
|
Loading…
x
Reference in New Issue
Block a user