Skip to content

Commit ba1b426

Browse files
committed
Let the container fix itself
1 parent 4e9554c commit ba1b426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ sed -i 's/"squizlabs\/php_codesniffer": "3.13.2"/"squizlabs\/php_codesniffer": "
2020
echo "After /app/composer.json:"
2121
cat /app/composer.json
2222

23-
cd /app; composer update
23+
cd /app; composer -W update
2424
cd $mydir

0 commit comments

Comments
 (0)