mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Change the owner of the TRAVIS_BUILD_DIR to match the UID in the container. Fixes #2586
This commit is contained in:
parent
014be86cf4
commit
7e3883406e
|
@ -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