1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-10 12:12:26 +00:00
This commit is contained in:
Arnaud Roques 2019-09-26 19:07:34 +02:00
commit aa9172f715

View File

@ -11,9 +11,9 @@ services:
stages: stages:
- build - build
- name: docker-tag - name: docker-tag
if: tag IS present if: (tag IS present) AND (branch = master) AND (type != pull_request)
- name: docker-push - name: docker-push
if: branch = master if: (branch = master) AND (type != pull_request)
jobs: jobs:
include: include: