Skip to content

Commit 698c382

Browse files
committed
Actually export the modified version variable
1 parent 4e46fb8 commit 698c382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ then
99
fi
1010

1111
if [ $WP_VERSION = "latest" ]; then
12-
WP_VERSION=$(curl -s https://api.wordpress.org/core/version-check/1.7/ | jq -r ".offers[0].current")
12+
export WP_VERSION=$(curl -s https://api.wordpress.org/core/version-check/1.7/ | jq -r ".offers[0].current")
1313
fi
1414

1515
# Run the functional tests

0 commit comments

Comments
 (0)