Skip to content

Commit a651a05

Browse files
committed
This should already be part of the gitlabci image
1 parent 0ad5d8f commit a651a05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/jobs/fix_pipelinecomponents_image.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ mydir=$(pwd)
1616
echo "Before /app/composer.json:"
1717
cat /app/composer.json
1818

19-
echo "Install the only needed tool"
20-
cd /app
21-
composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
22-
composer update
23-
cd "$mydir"
19+
#echo "Install the only needed tool"
20+
#cd /app
21+
#composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
22+
#composer update
23+
#cd "$mydir"
2424

2525
echo "After /app/composer.json:"
2626
cat /app/composer.json

0 commit comments

Comments
 (0)