increase decoupling during the release

This commit is contained in:
Eugenio Romano
2020-06-30 11:37:22 +01:00
parent af47361f15
commit be91bec05d
2 changed files with 4 additions and 4 deletions

View File

@@ -35,8 +35,8 @@ stages:
- name: e2e Test - name: e2e Test
if: (branch != master AND type != cron AND tag IS blank) OR type = api if: (branch != master AND type != cron AND tag IS blank) OR type = api
- name: Update Children Projects - name: Update Children Projects
if: branch = master AND type = push OR (tag =~ .*beta.*) if: type = push OR (tag =~ .*beta.*)
- name: Release beta tag - name: Release tag
if: type = cron OR branch = master if: type = cron OR branch = master
- name: Trigger ADF child build - name: Trigger ADF child build
if: (branch = develop AND type = push) OR type = api if: (branch = develop AND type = push) OR type = api
@@ -82,7 +82,7 @@ jobs:
- stage: Update Children Projects - stage: Update Children Projects
script: ./scripts/travis/update/update-children.sh script: ./scripts/travis/update/update-children.sh
- stage: Release beta tag - stage: Release tag
script: ./scripts/travis/release/git-tag.sh script: ./scripts/travis/release/git-tag.sh

View File

@@ -20,5 +20,5 @@ echo "Update AMA"
echo "Update Workspace" echo "Update Workspace"
./scripts/travis/update/update-project.sh -t $GITHUB_ENTERPRISE_TOKEN -n 'Alfresco/alfresco-process-workspace-app' -v $VERSION -vjs $JS_VERSION ./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" 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