-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
good-first-issueGood for newcomersGood for newcomersscope:distributionRelated to distributionRelated to distribution
Milestone
Description
Additional quoting is needed in ci/prepare.sh to make sure we don't hit random issues with globbing or word splitting.
$(phpenv version-name):
Line 10 in 3aac73b
| if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then |
$CLI_VERSION:
Line 29 in 3aac73b
| echo $CLI_VERSION > VERSION |
$WP_CLI_BIN_DIR:
Line 31 in 3aac73b
| mkdir -p $WP_CLI_BIN_DIR |
$CLI_VERSION:
Line 32 in 3aac73b
| php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --quiet --version=$CLI_VERSION |
$WP_CLI_BIN_DIR/wp:
Line 33 in 3aac73b
| mv wp-cli.phar $WP_CLI_BIN_DIR/wp |
$WP_CLI_BIN_DIR/wp:
Line 34 in 3aac73b
| chmod +x $WP_CLI_BIN_DIR/wp |
$CLI_VERSION:
Line 37 in 3aac73b
| echo $CLI_VERSION > PHAR_BUILD_VERSION |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good-first-issueGood for newcomersGood for newcomersscope:distributionRelated to distributionRelated to distribution