Skip to content

Commit

Permalink
chore: rework composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
vermorag committed Jul 31, 2024
1 parent c555c3f commit db0c9c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ build_tag:
- export RELEASE_VERSION=$(echo "${CI_COMMIT_TAG}" | sed 's/v//')
- sed -i 's/dl-cdn.alpinelinux.org/repo.cdek.ru\/repository/g' /etc/apk/repositories
- apk add nodejs-current yarn
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php composer-setup.php
- php -r "unlink('composer-setup.php');"
- curl -sS https://getcomposer.org/installer | php
- mv composer.phar /usr/local/bin/composer
- yarn set version berry
script:
Expand Down

0 comments on commit db0c9c4

Please sign in to comment.