Skip to content

Commit da3e2c9

Browse files
authored
Merge pull request #2222 from bitshares/release
Merge release branch into master branch
2 parents 8d3e702 + 4f5d6fd commit da3e2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programs/build_helpers/set_sonar_branch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ else
4545
BRANCH="$TRAVIS_BRANCH"
4646
case "$TRAVIS_BRANCH" in
4747
master|develop|testnet|hardfork)
48-
# Long-lived branches stand for themselves
48+
# Long-lived branches stand for themselves, no target
4949
echo "Detected long-lived branch '$TRAVIS_BRANCH'"
50-
TARGET="$TRAVIS_BRANCH"
50+
TARGET=
5151
FETCH="$TRAVIS_BRANCH"
5252
;;
5353
*test*release*)

0 commit comments

Comments
 (0)