Skip to content

Commit 9c6fbdf

Browse files
committed
api_refs.sh: When *".x-dev" use recipes-dev
1 parent 3064a44 commit 9c6fbdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/api_refs/api_refs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ if [ 0 -eq $DXP_ALREADY_EXISTS ]; then
6363
cp $AUTH_JSON ./;
6464
fi;
6565
composer config repositories.ibexa composer https://updates.ibexa.co;
66+
composer config extra.symfony.endpoint "https://api.github.com/repos/ibexa/recipes-dev/contents/index.json?ref=flex/main";
6667
composer require ibexa/$DXP_EDITION:$DXP_VERSION --no-interaction --update-with-all-dependencies --no-install --ignore-platform-reqs --no-scripts;
6768
elif [[ "$DXP_VERSION" == *"-rc"* ]]; then
6869
composer create-project ibexa/website-skeleton:$DXP_VERSION . --no-interaction --ignore-platform-reqs --no-scripts --stability=rc;

0 commit comments

Comments
 (0)