Skip to content

Commit

Permalink
[AIRFLOW-4337] Fix docker-compose deprecation warning in CI (apache#5119
Browse files Browse the repository at this point in the history
)

Since docker-compose 1.21.0 the `–parallel` flag is deprecated.
  • Loading branch information
feluelle authored and ashb committed Apr 18, 2019
1 parent da024dd commit 62408ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ before_install:
- if [ ! -z "$KUBERNETES_VERSION" ]; then sudo mount --make-shared / && sudo service docker restart; fi
install:
- pip install --upgrade pip
- docker-compose -f scripts/ci/docker-compose.yml pull --quiet --parallel
- docker-compose -f scripts/ci/docker-compose.yml pull --quiet
script:
- if [ -z "$KUBERNETES_VERSION" ]; then
docker-compose --log-level ERROR -f scripts/ci/docker-compose.yml run airflow-testing /app/scripts/ci/run-ci.sh;
Expand Down

0 comments on commit 62408ef

Please sign in to comment.