Avoid yaml merge map in one place where possible

This commit is contained in:
Jean-Paul Calderone 2018-06-14 13:05:08 -04:00
parent e5e5bde7b6
commit 9d9a725794
1 changed files with 1 additions and 2 deletions

View File

@ -171,8 +171,7 @@ jobs:
sudo -u nobody virtualenv --python python2.7 /tmp/tests sudo -u nobody virtualenv --python python2.7 /tmp/tests
sudo -u nobody /tmp/tests/bin/pip install tox sudo -u nobody /tmp/tests/bin/pip install tox
- run: - run: *RUN_TESTS
<<: *RUN_TESTS
- store_artifacts: *STORE_ARTIFACTS - store_artifacts: *STORE_ARTIFACTS