Skip to content

Commit

Permalink
update build-release-example.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 6, 2024
1 parent f56b217 commit deb87ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-release-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ php -v
if [ ${WITH_PHP_COMPOSER} -eq 1 ] ; then
export COMPOSER_ALLOW_SUPERUSER=1
if [ "$MIRROR" = 'china' ]; then
composer config -g repos.packagist composer https://mirrors.cloud.tencent.com/composer/
composer config -g repos.packagist composer https://mirrors.tencent.com/composer/
# composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
else
composer config -g repos.packagist composer https://packagist.org
Expand Down

0 comments on commit deb87ef

Please sign in to comment.