Loading specifications/publish_spec.sh +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ for i in *.md ; do groupadd -for -g "$SOCK_GID" dockergroup || true # Create a passwd entry for the host user if ! getent passwd "$HOST_UID" >/dev/null 2>&1; then if ! grep -qE "^([^:]*:){2}${HOST_UID}:" /etc/passwd; then echo "ciuser:x:${HOST_UID}:${SOCK_GID}:CI User:/home/ciuser:/bin/bash" >> /etc/passwd mkdir -p /home/ciuser chown "$HOST_UID":"$SOCK_GID" /home/ciuser Loading Loading
specifications/publish_spec.sh +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ for i in *.md ; do groupadd -for -g "$SOCK_GID" dockergroup || true # Create a passwd entry for the host user if ! getent passwd "$HOST_UID" >/dev/null 2>&1; then if ! grep -qE "^([^:]*:){2}${HOST_UID}:" /etc/passwd; then echo "ciuser:x:${HOST_UID}:${SOCK_GID}:CI User:/home/ciuser:/bin/bash" >> /etc/passwd mkdir -p /home/ciuser chown "$HOST_UID":"$SOCK_GID" /home/ciuser Loading