You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
230 B
10 lines
230 B
language: python
|
|
warnings_are_errors: false
|
|
|
|
env:
|
|
DOCKER_COMPOSE_VERSION: 1.24.1
|
|
|
|
before_install:
|
|
- docker-compose --version
|
|
- docker-compose -f docker-compose-dev.yml pull
|
|
- docker-compose -f docker-compose-dev.yml build
|
|
|