Skip to content

Commit 7859375

Browse files
committed
Use built files
1 parent 2b5b25a commit 7859375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/install-wp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ install_wp() {
104104
mkdir -p $WP_CORE_DIR
105105

106106
if [[ $WP_VERSION == 'nightly' || $WP_VERSION == 'trunk' ]]; then
107-
download https://github.com/WordPress/wordpress-develop/archive/refs/heads/master.tar.gz $TMPDIR/wordpress.tar.gz
107+
download https://github.com/WordPress/wordpress/archive/refs/heads/master.tar.gz $TMPDIR/wordpress.tar.gz
108108
tar --strip-components=1 -zxmf $TMPDIR/wordpress.tar.gz -C $WP_CORE_DIR
109109
else
110110
if [ $WP_VERSION == 'latest' ]; then

0 commit comments

Comments
 (0)