Skip to content

Commit

Permalink
[BUGFIX] Remove notes from shellcheck, too
Browse files Browse the repository at this point in the history
Fixes #1398
  • Loading branch information
cumuru committed Jul 30, 2024
1 parent 8d80ad0 commit 53b67d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ jobs:
uses: actions/checkout@v4
- name: Check scripts
uses: ludeeus/action-shellcheck@master
env:
# ignore "double-quoted" warnings to stay close to the TYPO3 core
SHELLCHECK_OPTS: -e SC2086
documentation:
name: Documentation
runs-on: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion Build/Scripts/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,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"
Expand Down

0 comments on commit 53b67d4

Please sign in to comment.