mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
test artifact settins with deployment
This commit is contained in:
parent
7dc0d20118
commit
74db78246e
11
.travis.yml
11
.travis.yml
@ -31,3 +31,14 @@ jobs:
|
|||||||
- bash <(curl -s https://codecov.io/bash) -X gcov
|
- bash <(curl -s https://codecov.io/bash) -X gcov
|
||||||
- stage: e2e
|
- stage: e2e
|
||||||
script: npm run build && npm run e2e:docker
|
script: npm run build && npm run e2e:docker
|
||||||
|
deploy:
|
||||||
|
skip_cleanup: true
|
||||||
|
provider: s3
|
||||||
|
access_key_id: $ARTIFACTS_KEY
|
||||||
|
secret_access_key: $ARTIFACTS_SECRET
|
||||||
|
bucket: $ARTIFACTS_BUCKET
|
||||||
|
local-dir: e2e-output
|
||||||
|
region: $ARTIFACTS_REGION
|
||||||
|
on:
|
||||||
|
repo: Alfresco/alfresco-content-app
|
||||||
|
branch: development
|
||||||
|
Loading…
x
Reference in New Issue
Block a user