Thanks, sudo.

This commit is contained in:
Jean-Paul Calderone 2018-06-15 15:37:08 -04:00
parent 13214437bf
commit 7d74e042a3

View File

@ -227,17 +227,17 @@ jobs:
- run:
<<: *BOOTSTRAP_TEST_ENVIRONMENT
command: |
sudo ~/project/.circleci/bootstrap-test-environment.sh ~/project
sudo --preserve-env ~/project/.circleci/bootstrap-test-environment.sh ~/project
- run:
<<: *SETUP_VIRTUALENV
command: |
sudo /tmp/project/.circleci/setup-virtualenv.sh
sudo --preserve-env /tmp/project/.circleci/setup-virtualenv.sh
- run:
<<: *RUN_TESTS
command: |
sudo /tmp/project/.circleci/run-tests.sh
sudo --preserve-env /tmp/project/.circleci/run-tests.sh
- store_artifacts: *STORE_TEST_LOG
- store_artifacts: *STORE_OTHER_ARTIFACTS