1
0
mirror of synced 2025-03-23 08:33:50 +03:00

update travis config

This commit is contained in:
Akolzin Dmitry 2020-03-03 15:29:48 +03:00
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

@ -1 +1 @@
3.5.4
3.5.5