Skip to content

Commit

Permalink
Remove useless clear cache (#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed May 13, 2023
1 parent 9c74d61 commit 60cfcfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions full_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ composer clear-cache

composer install --ansi

# ensure clear cache
bin/rector --version --clear-cache

# ensure remove cache directory
php -r 'shell_exec("rm -rf " . sys_get_temp_dir() . "/rector_cached_files");';

Expand Down

0 comments on commit 60cfcfc

Please sign in to comment.