mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +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
|
if [ "$DOCKER" == "" ]; then
|
||||||
.travis/script.sh
|
.travis/script.sh
|
||||||
else
|
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
|
docker run -v $TRAVIS_BUILD_DIR:/Pillow pythonpillow/$DOCKER
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user