Skip to content

Commit be7c4fe

Browse files
author
Oleksii Korshenko
authored
MAGETWO-82555: Travis: surround variable TRAVIS_BRANCH with double-quotes instead of single-quotes #11667
2 parents 19cc4ec + f6ae654 commit be7c4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ case $TEST_SUITE in
7171
--output-file="$changed_files_ce" \
7272
--base-path="$TRAVIS_BUILD_DIR" \
7373
--repo='https://github.com/magento/magento2.git' \
74-
--branch='$TRAVIS_BRANCH'
74+
--branch="$TRAVIS_BRANCH"
7575
cat "$changed_files_ce" | sed 's/^/ + including /'
7676

7777
cd ../../..

0 commit comments

Comments
 (0)