Skip to content

Commit

Permalink
also strip the period out of the php version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 25, 2023
1 parent 61008f1 commit ee33508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bin/set-up-globals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

# Trim the newline character from BUILD_NUM variable
BUILD_NUM=$(echo "${BUILD_NUM}" | tr -d '\n')
PHP_VERSION=$(echo "${PHP_VERSION}" | tr -d '.')

create_multidev() {
local site="$1"
Expand Down

0 comments on commit ee33508

Please sign in to comment.