Skip to content

Commit ecb071d

Browse files
Change surround variable TRAVIS_BRANCH with double-quotes instead of single-quotes, to get interpreted correctly in dev/travis/before_script.sh
1 parent 4d26093 commit ecb071d

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)