Switch from id --group id -g

This makes the script compatible with macOS.
This commit is contained in:
2017-04-11 12:34:07 +02:00
parent 5c3d76c660
commit 57aeea337b
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ mkdir -p "$WHEELHOUSE"
docker build -t pillar_wheelbuilder -f build.docker .
GID=$(id --group)
GID=$(id -g)
docker run --rm -i \
-v "$WHEELHOUSE:/data/wheelhouse" \
-v "$TOPDEVDIR:/data/topdev" \