mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
change regex beta identifier
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user