mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
19 lines
916 B
YAML
19 lines
916 B
YAML
env:
|
|
global:
|
|
- AUTOMATION_COMMUNITY_PATH=rm-automation/rm-automation-community-rest-api
|
|
- AUTOMATION_ENTERPRISE_PATH=rm-automation/rm-automation-enterprise-rest-api
|
|
- AUTOMATION_UI_PATH=rm-automation/rm-automation-ui
|
|
- COMMUNITY_REPO_PATH=rm-community/rm-community-repo
|
|
- COMMUNITY_SHARE_PATH=rm-community/rm-community-share
|
|
- ENTERPRISE_REPO_PATH=rm-enterprise/rm-enterprise-repo
|
|
- ENTERPRISE_SHARE_PATH=rm-enterprise/rm-enterprise-share
|
|
- MVN_SKIP='-Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests'
|
|
- AWS_ACCESS_KEY_ID=${CREATE_BUCKET_AWS_ACCESS_KEY}
|
|
- AWS_SECRET_ACCESS_KEY=${CREATE_BUCKET_AWS_SECRET_KEY}
|
|
- S3_BUCKET_REGION="us-east-1"
|
|
- S3_BUCKET_NAME="travis-ags-${TRAVIS_JOB_NUMBER}"
|
|
- S3_BUCKET2_NAME="travis-ags-worm-b2"
|
|
- ALFRESCO_URL="http://localhost:8080/alfresco"
|
|
- SHARE_URL="http://localhost:8181/share"
|
|
- DISPLAY=:99.0
|