mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Merge pull request #2587 from wiredfool/travis-debugging
Change the owner of the TRAVIS_BUILD_DIR
This commit is contained in:
commit
686663c457
|
@ -48,6 +48,8 @@ script:
|
|||
if [ "$DOCKER" == "" ]; then
|
||||
.travis/script.sh
|
||||
else
|
||||
# the Pillow user in the docker container is UID 1000
|
||||
sudo chown -R 1000 $TRAVIS_BUILD_DIR
|
||||
docker run -v $TRAVIS_BUILD_DIR:/Pillow pythonpillow/$DOCKER
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user