Grinding automatic deployment

This commit is contained in:
Valentin Popov 2017-10-19 07:20:17 +04:00
parent c9b65f0f49
commit d974670910

View File

@ -48,7 +48,7 @@ script:
jobs: jobs:
include: include:
- stage: deploy stage: deploy
env: env:
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
@ -56,7 +56,7 @@ jobs:
php: 7.1 php: 7.1
before_deploy: before_deploy:
- cd valentineus/auth-link - cd $TRAVIS_REPO_SLUG
- git stash --all - git stash --all
- /bin/sh build.sh - /bin/sh build.sh