pass arg in both places

This commit is contained in:
Jean-Paul Calderone 2018-06-15 15:52:59 -04:00
parent 9abb323d31
commit 054bb0ee6f

View File

@ -64,7 +64,7 @@ jobs:
- run: &BOOTSTRAP_TEST_ENVIRONMENT
name: "Bootstrap test environment"
command: |
~/project/.circleci/bootstrap-test-environment.sh ~/project
~/project/.circleci/bootstrap-test-environment.sh ~/project "${EXTRA_PACKAGES}"
- run: &SETUP_VIRTUALENV
name: "Setup virtualenv"