mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
remove update PR env (#5383)
This commit is contained in:
@@ -33,8 +33,6 @@ stages:
|
|||||||
if: (type = push AND tag IS blank) OR type = api
|
if: (type = push AND tag IS blank) OR type = api
|
||||||
- name: e2e Test
|
- name: e2e Test
|
||||||
if: (type != cron AND tag IS blank) OR type = api
|
if: (type != cron AND tag IS blank) OR type = api
|
||||||
- name: Update Rancher PR
|
|
||||||
if: type = pull_request
|
|
||||||
- name: Update Children Projects
|
- name: Update Children Projects
|
||||||
if: branch = master AND type = push OR (tag =~ .*beta.*)
|
if: branch = master AND type = push OR (tag =~ .*beta.*)
|
||||||
- name: Release beta tag
|
- name: Release beta tag
|
||||||
@@ -106,10 +104,6 @@ jobs:
|
|||||||
script: ./scripts/travis/e2e/process-services-cloud-e2e.sh
|
script: ./scripts/travis/e2e/process-services-cloud-e2e.sh
|
||||||
|
|
||||||
|
|
||||||
- stage: Update Rancher PR
|
|
||||||
name: Update Rancher PR
|
|
||||||
script: ./scripts/travis/deploy/deploy-pr.sh
|
|
||||||
|
|
||||||
- stage: Update Rancher
|
- stage: Update Rancher
|
||||||
name: Update Rancher
|
name: Update Rancher
|
||||||
script: ./scripts/travis/deploy/deploy.sh
|
script: ./scripts/travis/deploy/deploy.sh
|
||||||
@@ -120,7 +114,6 @@ jobs:
|
|||||||
- ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
- ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
||||||
- ./scripts/npm-check-bundles.sh -v ${ADF_VERSION}
|
- ./scripts/npm-check-bundles.sh -v ${ADF_VERSION}
|
||||||
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack:
|
slack:
|
||||||
on_pull_requests: false
|
on_pull_requests: false
|
||||||
|
|||||||
Reference in New Issue
Block a user