mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-05 05:52:10 +00:00
Remove docker-push build step for pull requests
This commit is contained in:
parent
894be6744e
commit
b7651c4dae
@ -13,7 +13,7 @@ stages:
|
|||||||
- name: docker-tag
|
- name: docker-tag
|
||||||
if: (tag IS present) AND (branch = master) AND (type != pull_request)
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user