mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2026-09-09 18:03:59 +00:00
Removing tag requirement from commit message for publish, to keep it consistent with past behaviour
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ stages:
|
|||||||
- name: release
|
- name: release
|
||||||
if: commit_message ~= /\[release\]/ AND branch = master AND type != push AND type != pull_request AND fork = false
|
if: commit_message ~= /\[release\]/ AND branch = master AND type != push AND type != pull_request AND fork = false
|
||||||
- name: publish
|
- name: publish
|
||||||
if: commit_message =~ /\[publish\]/ AND (branch = master OR branch =~ /sdk-.*/) AND type != pull_request AND fork = false
|
if: (branch = master OR branch =~ /sdk-.*/) AND type != pull_request AND fork = false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|||||||
Reference in New Issue
Block a user