mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-21 23:56:12 +01:00

Compare commits

...

2 commits

Author SHA1 Message Date
Felix Althaus
886ef224eb
[TASK] Tag shellcheck to specific version
Fixes: #1398
2024-07-31 14:39:26 +02:00
Felix Althaus
76c5e9b7cd
[TASK] Add description for shellcheck command
Fixes: #1398
2024-07-31 14:34:31 +02:00

View file

@ -162,6 +162,7 @@ Options:
- lintYaml: YAML linting
- phpstan: phpstan tests
- phpstanGenerateBaseline: regenerate phpstan baseline, handy after phpstan updates
- shellcheck: check runTests.sh for shell issues
- unit (default): PHP unit tests
- unitRandom: PHP unit tests in random order, add -o <number> to use specific seed
@ -446,7 +447,7 @@ mkdir -p .Build/public/typo3temp/var/tests
IMAGE_PHP="ghcr.io/typo3/core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest"
IMAGE_NODE="docker.io/node:${NODE_VERSION}-alpine"
IMAGE_ALPINE="docker.io/alpine:3.8"
IMAGE_SHELLCHECK="koalaman/shellcheck:latest"
IMAGE_SHELLCHECK="docker.io/koalaman/shellcheck:v0.10.0"
IMAGE_DOCS="ghcr.io/typo3-documentation/render-guides:latest"
IMAGE_MARIADB="docker.io/mariadb:${DBMS_VERSION}"
IMAGE_MYSQL="docker.io/mysql:${DBMS_VERSION}"