mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
use lib from s3
This commit is contained in:
parent
e98927284d
commit
a0f865b83b
20
.travis.yml
20
.travis.yml
@ -81,23 +81,33 @@ jobs:
|
|||||||
|
|
||||||
- stage: e2e Test
|
- stage: e2e Test
|
||||||
name: core
|
name: core
|
||||||
before_script: ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
before_script:
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./lib/dist"
|
||||||
script: ./scripts/travis/e2e/core-e2e.sh
|
script: ./scripts/travis/e2e/core-e2e.sh
|
||||||
- stage: e2e Test
|
- stage: e2e Test
|
||||||
name: content
|
name: content
|
||||||
before_script: ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
before_script:
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./lib/dist"
|
||||||
script: ./scripts/travis/e2e/content-services-e2e.sh
|
script: ./scripts/travis/e2e/content-services-e2e.sh
|
||||||
- stage: e2e Test
|
- stage: e2e Test
|
||||||
name: search
|
name: search
|
||||||
before_script: ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
before_script:
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./lib/dist"
|
||||||
script: ./scripts/travis/e2e/search-e2e.sh
|
script: ./scripts/travis/e2e/search-e2e.sh
|
||||||
- stage: e2e Test
|
- stage: e2e Test
|
||||||
name: process
|
name: process
|
||||||
before_script: ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
before_script:
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./lib/dist"
|
||||||
script: ./scripts/travis/e2e/process-services-e2e.sh
|
script: ./scripts/travis/e2e/process-services-e2e.sh
|
||||||
- stage: e2e Test
|
- stage: e2e Test
|
||||||
name: process Cloud
|
name: process Cloud
|
||||||
before_script: ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
before_script:
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./dist/demo-shell"
|
||||||
|
- ./scripts/ci/utils/artifact-from-s3.sh -a "$S3_DBP_FOLDER/alfresco-demoshell.tar.bz2" -o "./lib/dist"
|
||||||
script: ./scripts/travis/e2e/process-services-cloud-e2e.sh
|
script: ./scripts/travis/e2e/process-services-cloud-e2e.sh
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user