diff --git a/.travis.yml b/.travis.yml index 17b3130cb8..f5eac6b31b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/scripts/travis/update/update-children.sh b/scripts/travis/update/update-children.sh index 62adaa868d..b2f453f0f0 100755 --- a/scripts/travis/update/update-children.sh +++ b/scripts/travis/update/update-children.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