We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad5d8f commit a651a05Copy full SHA for a651a05
.github/jobs/fix_pipelinecomponents_image.sh
@@ -16,11 +16,11 @@ mydir=$(pwd)
16
echo "Before /app/composer.json:"
17
cat /app/composer.json
18
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"
+#echo "Install the only needed tool"
+#cd /app
+#composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
+#composer update
+#cd "$mydir"
24
25
echo "After /app/composer.json:"
26
0 commit comments