mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix phpcs before it fails anyway
This commit is contained in:
parent
f56f8d72df
commit
ac5973833e
@ -29,12 +29,12 @@ SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|||||||
# cp .ci/.env.ci .env
|
# cp .ci/.env.ci .env
|
||||||
|
|
||||||
OUTPUT_FORMAT=txt
|
OUTPUT_FORMAT=txt
|
||||||
EXTRA_PARAMS="-v"
|
EXTRA_PARAMS=""
|
||||||
|
|
||||||
if [[ $GITHUB_ACTIONS = "true" ]]
|
if [[ $GITHUB_ACTIONS = "true" ]]
|
||||||
then
|
then
|
||||||
OUTPUT_FORMAT=gitlab
|
OUTPUT_FORMAT=txt
|
||||||
EXTRA_PARAMS="--diff --dry-run"
|
EXTRA_PARAMS=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# clean up php code
|
# clean up php code
|
||||||
|
Loading…
Reference in New Issue
Block a user