mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-22 02:31:07 +01:00
Run the test with the uid/gid of the user
This commit is contained in:
parent
a9d2fb1982
commit
747c9bfd6f
2
test
2
test
@ -7,7 +7,7 @@ tear_down () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
cp env.sample tmp/.env
|
cat env.sample | sed "s/USER_GROUP.*$/USER_GROUP=`id -u`:`id -g`/" > tmp/.env
|
||||||
cat docker-compose.yml | sed 's/registry.sindominio.net\/wordpress/wordpress/' > tmp/docker-compose.yml
|
cat docker-compose.yml | sed 's/registry.sindominio.net\/wordpress/wordpress/' > tmp/docker-compose.yml
|
||||||
cd tmp
|
cd tmp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user