Merge pull request #501 from minrk/push-tags

fix push-tags condition
pull/523/head
Tim Head 2018-12-18 12:49:20 +01:00 zatwierdzone przez GitHub
commit 36641f3b6f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -33,15 +33,15 @@ jobs:
include: include:
- stage: deploy - stage: deploy
script: skip script: skip
if: type = push if: type = push AND (branch = master OR tag IS present)
env: env:
- REPO_TYPE= - REPO_TYPE=
deploy: deploy:
provider: script provider: script
script: "./travis/travis-script.bash" script: "./travis/travis-script.bash"
on: on:
tags: true repo: jupyter/repo2docker
branch: master
env: env:
matrix: matrix:
- REPO_TYPE=unit - REPO_TYPE=unit