change regex beta identifier

This commit is contained in:
Eugenio Romano
2018-03-14 12:31:56 +00:00
parent 0722aaabbf
commit 1bda8c1af9

View File

@@ -66,13 +66,13 @@ jobs:
- stage: Check ADF exports
script: cd lib && npm run test-export
- stage: Update Generator
if: tag = ^beta.*$
if: tag = .*beta.*
script: ./scripts/update-project.sh -gnu -t $GITHUB_TOKEN -name generator-ng2-alfresco-app
- stage: Update Content app
if: tag = ^beta.*$
if: tag = .*beta.*
script: ./scripts/update-project.sh -gnu -t $GITHUB_TOKEN -name alfresco-content-app
- stage: Update DW
if: tag = ^beta.*$
if: tag = .*beta.*
script: ./scripts/update-project.sh -gnu -t $GITHUB_TOKEN -name adf-app-manager-ui
# jobs: