update travis config
This commit is contained in:
parent
5e1f52a57e
commit
a877cf500c
@ -241,6 +241,8 @@ jobs:
|
|||||||
after_success: bash <(curl -s https://codecov.io/bash)
|
after_success: bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
- stage: github releases
|
- stage: github releases
|
||||||
|
before_script: skip
|
||||||
|
script: skip
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- export VERSION=`cat VERSION`
|
- export VERSION=`cat VERSION`
|
||||||
- git config --local user.name "retailCRM"
|
- git config --local user.name "retailCRM"
|
||||||
@ -253,7 +255,7 @@ jobs:
|
|||||||
cleanup: false
|
cleanup: false
|
||||||
on:
|
on:
|
||||||
condition: "$LAST_TAG != $CURRENT_VERSION"
|
condition: "$LAST_TAG != $CURRENT_VERSION"
|
||||||
if: branch = master AND type = push
|
if: branch = master AND type = push AND fork = false
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
deploy:
|
deploy:
|
||||||
cleanup: false
|
cleanup: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user