mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-20 12:44:40 -04:00
do ansible install as user travis to avoid permissions issues like this 168720738
This commit is contained in:
parent
53624fd901
commit
0317409811
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ install:
|
|||
- ls -al
|
||||
- echo $TRAVIS_BUILD_DIR
|
||||
- ls -al $TRAVIS_BUILD_DIR
|
||||
- ansible-playbook -e brozzler_pip_name=file://$TRAVIS_BUILD_DIR --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
||||
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
||||
- pip install $TRAVIS_BUILD_DIR pytest
|
||||
before_script:
|
||||
- pwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue