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 1308e33 commit 2fd69daCopy full SHA for 2fd69da
.github/jobs/baseinstall.sh
@@ -23,7 +23,7 @@ show_phpinfo "$phpversion"
23
24
section_start "Run composer"
25
export APP_ENV="dev"
26
-cd webapp
+cd lib/vendor
27
composer install --no-scripts |tee "$ARTIFACTS"/composer_out.txt
28
cd ..
29
section_end
0 commit comments