Skip to content

Commit

Permalink
File should be specified in docker compose before command (#8569)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9833ed4)
  • Loading branch information
potiuk committed Apr 26, 2020
1 parent 49ab51f commit a943d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/ci_run_airflow_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ do
echo
MAX_RETRIES=$(( MAX_RETRIES - 1 ))
# Cleanup docker containers and images to make sure everything is retried from scratch
docker-compose down --remove-orphans -f "${MY_DIR}/docker-compose/base.yml" --timeout 20
docker-compose -f "${MY_DIR}/docker-compose/base.yml" down --remove-orphans --timeout 20
docker system prune --force --volumes
continue
fi
Expand Down

0 comments on commit a943d6b

Please sign in to comment.