mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 08:18:24 +03:00
Fixed docker-compose command run in travis
This commit is contained in:
parent
1e8c36b5f1
commit
9f13063b1f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ install:
|
|||
- composer install --no-interaction --prefer-dist
|
||||
|
||||
before_script:
|
||||
- docker-compose up shlink_db shlink_db_postgres shlink_db_maria shlink_db_ms -d
|
||||
- docker-compose up -d shlink_db shlink_db_postgres shlink_db_maria shlink_db_ms
|
||||
- mkdir build
|
||||
- export DOCKERFILE_CHANGED=$(git diff ${TRAVIS_COMMIT_RANGE:-origin/master} --name-only | grep Dockerfile)
|
||||
|
||||
|
|
Loading…
Reference in a new issue