mirror of
https://github.com/daniviga/bite.git
synced 2025-04-18 22:00:11 +02:00
Extend travis push conditions
This commit is contained in:
parent
0b0c73a50a
commit
e27b77a4c9
@ -16,7 +16,7 @@ jobs:
|
||||
- docker-compose -f docker/docker-compose.yml build
|
||||
- docker push daniviga/bite
|
||||
- docker push daniviga/ntpd
|
||||
if: branch = master
|
||||
if: (branch = master) AND (NOT (type IN (pull_request)))
|
||||
- stage: django
|
||||
install:
|
||||
- docker-compose -f docker/docker-compose.yml pull
|
||||
|
Loading…
Reference in New Issue
Block a user