mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
increase decoupling during the release
This commit is contained in:
@@ -35,8 +35,8 @@ stages:
|
||||
- name: e2e Test
|
||||
if: (branch != master AND type != cron AND tag IS blank) OR type = api
|
||||
- name: Update Children Projects
|
||||
if: branch = master AND type = push OR (tag =~ .*beta.*)
|
||||
- name: Release beta tag
|
||||
if: type = push OR (tag =~ .*beta.*)
|
||||
- name: Release tag
|
||||
if: type = cron OR branch = master
|
||||
- name: Trigger ADF child build
|
||||
if: (branch = develop AND type = push) OR type = api
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
- stage: Update Children Projects
|
||||
script: ./scripts/travis/update/update-children.sh
|
||||
|
||||
- stage: Release beta tag
|
||||
- stage: Release tag
|
||||
script: ./scripts/travis/release/git-tag.sh
|
||||
|
||||
|
||||
|
@@ -20,5 +20,5 @@ echo "Update AMA"
|
||||
echo "Update Workspace"
|
||||
./scripts/travis/update/update-project.sh -t $GITHUB_ENTERPRISE_TOKEN -n 'Alfresco/alfresco-process-workspace-app' -v $VERSION -vjs $JS_VERSION
|
||||
echo "Update Digital Workspace"
|
||||
./scripts/travis/update/update-project.sh -t $GITHUB_ENTERPRISE_TOKEN -n 'Alfresco/alfresco-digital-workspacet-app' -v $VERSION -vjs $JS_VERSION
|
||||
./scripts/travis/update/update-project.sh -t $GITHUB_ENTERPRISE_TOKEN -n 'Alfresco/alfresco-digital-workspace-app' -v $VERSION -vjs $JS_VERSION
|
||||
|
||||
|
Reference in New Issue
Block a user