update travis config
This commit is contained in:
parent
5e1f52a57e
commit
a877cf500c
2 changed files with 4 additions and 2 deletions
|
@ -241,6 +241,8 @@ jobs:
|
|||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
- stage: github releases
|
||||
before_script: skip
|
||||
script: skip
|
||||
before_deploy:
|
||||
- export VERSION=`cat VERSION`
|
||||
- git config --local user.name "retailCRM"
|
||||
|
@ -253,7 +255,7 @@ jobs:
|
|||
cleanup: false
|
||||
on:
|
||||
condition: "$LAST_TAG != $CURRENT_VERSION"
|
||||
if: branch = master AND type = push
|
||||
if: branch = master AND type = push AND fork = false
|
||||
- stage: deploy
|
||||
deploy:
|
||||
cleanup: false
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.5.4
|
||||
3.5.5
|
||||
|
|
Loading…
Add table
Reference in a new issue