mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-16 21:36:17 +02:00

[BUGFIX] Remove notes from shellcheck, too

Fixes #1398
This commit is contained in:
Felix Althaus 2024-07-30 14:11:02 +02:00
parent 13bfb9ee42
commit 97ad5567e8
No known key found for this signature in database
GPG key ID: 3A671D812769C5B2

View file

@ -323,7 +323,7 @@ CONTAINER_INTERACTIVE="-it --init"
HOST_UID=$(id -u)
HOST_PID=$(id -g)
USERSET=""
SUFFIX=$(echo $RANDOM)
SUFFIX="$RANDOM"
NETWORK="friendsoftypo3-tea-${SUFFIX}"
CI_PARAMS="${CI_PARAMS:-}"
CONTAINER_HOST="host.docker.internal"