Skip to content

Commit f6ae654

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82555: Travis: surround variable TRAVIS_BRANCH with double-quotes instead of single-quotes #11667
- Merge Pull Request #11667 from adrian-martinez-interactiv4/magento2:FR#TRAVIS-BRANCH-SINGLE-TO-DOUBLE-QUOTES - Merged commits: 1. e31d516
2 parents e7c5bb5 + e31d516 commit f6ae654

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)