forked from mirror/_s
Prepare Underscores for Coding Standards. See https://github.com/Automattic/_s/issues/553. [skip ci]
This commit is contained in:
parent
895b7a93ab
commit
f8b66133ed
|
@ -60,7 +60,7 @@ before_script:
|
||||||
- mkdir -p $WP_DEVELOP_DIR
|
- mkdir -p $WP_DEVELOP_DIR
|
||||||
# Use the Git mirror of WordPress.
|
# Use the Git mirror of WordPress.
|
||||||
- git clone --depth=1 --branch="$WP_VERSION" git://develop.git.wordpress.org/ $WP_DEVELOP_DIR
|
- git clone --depth=1 --branch="$WP_VERSION" git://develop.git.wordpress.org/ $WP_DEVELOP_DIR
|
||||||
# Set up Subtitles plugin information.
|
# Set up plugin information.
|
||||||
- plugin_slug=$(basename $(pwd))
|
- plugin_slug=$(basename $(pwd))
|
||||||
- plugin_dir=$WP_DEVELOP_DIR/src/wp-content/plugins/$plugin_slug
|
- plugin_dir=$WP_DEVELOP_DIR/src/wp-content/plugins/$plugin_slug
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
Reference in New Issue