Skip to content

Commit 6c1fcc8

Browse files
author
Michael Vasseur
committed
Fix as vendor has moved
1 parent 266ba37 commit 6c1fcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ case $distro_id in
2222
"ID=fedora")
2323
true ;;
2424
*)
25-
composer install --no-scripts ;;
25+
(cd webapp; composer install --no-scripts ) ;;
2626
esac
2727

2828
# Install extra assert statements for bots

0 commit comments

Comments
 (0)