Skip to content

Commit

Permalink
colors for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 17, 2022
1 parent f09e54b commit 654b586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# install only prod dependencies - do not use ramsey, it uses cache including "dev", we want to avoid it here
# somehow psr/http-message needed now when downgrading ssch/typo3-rector
- run: |
composer require psr/http-message
composer require psr/http-message --ansi
composer update --no-dev --ansi
# early downgrade individual functions
Expand Down
2 changes: 1 addition & 1 deletion full_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rm -rf vendor
composer clear-cache

# somehow needed now when downgrading ssch/typo3-rector
composer require psr/http-message
composer require psr/http-message --ansi
composer update --no-dev --ansi

rsync --exclude rector-build -av * rector-build --quiet
Expand Down

0 comments on commit 654b586

Please sign in to comment.