Skip to content

Commit

Permalink
[Scoped] Remove vendor/tracy/tracy/examples on downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 4, 2022
1 parent df44edc commit 61a58df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# 1. copy files to $NESTED_DIRECTORY directory Exclude the scoped/nested directories to prevent rsync from copying in a loop
- run: rsync --exclude rector-build -av * rector-build --quiet
- run: rm -rf rector-build/packages-tests rector-build/rules-tests rector-build/tests rector-build/bin/generate-changelog.php rector-build/bin/validate-phpstan-version.php
- run: rm -rf rector-build/packages-tests rector-build/rules-tests rector-build/tests rector-build/bin/generate-changelog.php rector-build/bin/validate-phpstan-version.php rector-build/vendor/tracy/tracy/examples

# 2. downgrade rector
- run: sh build/downgrade-rector.sh rector-build
Expand Down

0 comments on commit 61a58df

Please sign in to comment.