mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
call docker-compose from the directory where the .env file is defined, otherwise it isn't recognised
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -73,8 +73,9 @@ jobs:
|
|||||||
before_install:
|
before_install:
|
||||||
- travis_retry travis_wait 90 mvn -B install $MVN_SKIP -PbuildDockerImage -pl :alfresco-rm-community-repo -am
|
- travis_retry travis_wait 90 mvn -B install $MVN_SKIP -PbuildDockerImage -pl :alfresco-rm-community-repo -am
|
||||||
install:
|
install:
|
||||||
- docker --version
|
- cd rm-community/rm-community-repo
|
||||||
- docker-compose -f rm-community/rm-community-repo/docker-compose.yml up -d
|
- docker-compose up -d
|
||||||
|
before_script:
|
||||||
- ./scripts/waitForAlfrescoToStart.sh
|
- ./scripts/waitForAlfrescoToStart.sh
|
||||||
script:
|
script:
|
||||||
- echo "Community Rest API Tests"
|
- echo "Community Rest API Tests"
|
||||||
@@ -83,7 +84,9 @@ jobs:
|
|||||||
before_install:
|
before_install:
|
||||||
- travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-rm-enterprise-repo -am
|
- travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-rm-enterprise-repo -am
|
||||||
install:
|
install:
|
||||||
- docker-compose -f rm-enterprise/rm-enterprise-repo/docker-compose.yml up -d
|
- cd rm-enterprise/rm-enterprise-repo
|
||||||
|
- docker-compose up -d
|
||||||
|
before_script:
|
||||||
- ./scripts/waitForAlfrescoToStart.sh
|
- ./scripts/waitForAlfrescoToStart.sh
|
||||||
script:
|
script:
|
||||||
- echo "Enterprise Rest API Tests"
|
- echo "Enterprise Rest API Tests"
|
||||||
@@ -92,7 +95,9 @@ jobs:
|
|||||||
before_install:
|
before_install:
|
||||||
- travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-rm-community-repo,:alfresco-rm-community-share -am
|
- travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-rm-community-repo,:alfresco-rm-community-share -am
|
||||||
install:
|
install:
|
||||||
- docker-compose -f rm-community/rm-community-share/docker-compose.yml up -d
|
- cd rm-community/rm-community-share
|
||||||
|
- docker-compose up -d
|
||||||
|
before_script:
|
||||||
- ./scripts/waitForAlfrescoToStart.sh
|
- ./scripts/waitForAlfrescoToStart.sh
|
||||||
script:
|
script:
|
||||||
- echo "Community UI Tests ..."
|
- echo "Community UI Tests ..."
|
||||||
@@ -101,7 +106,9 @@ jobs:
|
|||||||
before_install:
|
before_install:
|
||||||
- travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-rm-enterprise-repo,:alfresco-rm-enterprise-share -am
|
- travis_retry travis_wait 90 mvn -B -q install $MVN_SKIP -PbuildDockerImage -pl :alfresco-rm-enterprise-repo,:alfresco-rm-enterprise-share -am
|
||||||
install:
|
install:
|
||||||
- docker-compose -f rm-enterprise/rm-enterprise-share/docker-compose.yml up -d
|
- cd rm-enterprise/rm-enterprise-share
|
||||||
|
- docker-compose up -d
|
||||||
|
before_script:
|
||||||
- ./scripts/waitForAlfrescoToStart.sh
|
- ./scripts/waitForAlfrescoToStart.sh
|
||||||
script:
|
script:
|
||||||
- echo "Enterprise UI Tests ..."
|
- echo "Enterprise UI Tests ..."
|
||||||
|
Reference in New Issue
Block a user