forgejo_runner #26

Closed
linos wants to merge 50 commits from forgejo_runner into main
Showing only changes of commit 811c5a9ec8 - Show all commits

1
bin/install-wp-tests.sh Executable file → Normal file
View file

@ -54,6 +54,7 @@ fi
set -ex
install_wp() {
rm -rf $WP_CORE_DIR
if [ -d $WP_CORE_DIR ]; then
return;