mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Try to fix build - issue #128
This commit is contained in:
parent
bfee061a26
commit
2cb18f33d5
@ -21,7 +21,7 @@ install:
|
|||||||
- docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT -t humanconnection/nitro-web .
|
- docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT -t humanconnection/nitro-web .
|
||||||
- docker-compose -f docker-compose.yml up -d
|
- docker-compose -f docker-compose.yml up -d
|
||||||
- git clone https://github.com/Human-Connection/Nitro-Backend.git ../Nitro-Backend
|
- git clone https://github.com/Human-Connection/Nitro-Backend.git ../Nitro-Backend
|
||||||
- git -C "../Nitro-Backend" checkout $TRAVIS_BRANCH || echo "Branch \`$TRAVIS_BRANCH\` does not exist, falling back to \`master\`"
|
- git -C "../Nitro-Backend" checkout $TRAVIS_PULL_REQUEST_BRANCH || git -C "../Nitro-Backend" checkout $TRAVIS_BRANCH || echo "Branch \`$TRAVIS_PULL_REQUEST_BRANCH\` and \`$TRAVIS_BRANCH\` does not exist, falling back to \`master\`"
|
||||||
- docker-compose -f ../Nitro-Backend/docker-compose.yml -f ../Nitro-Backend/docker-compose.travis.yml up -d
|
- docker-compose -f ../Nitro-Backend/docker-compose.yml -f ../Nitro-Backend/docker-compose.travis.yml up -d
|
||||||
- yarn global add cypress wait-on
|
- yarn global add cypress wait-on
|
||||||
- yarn add cypress-cucumber-preprocessor
|
- yarn add cypress-cucumber-preprocessor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user