aboutsummaryrefslogtreecommitdiff
path: root/tests/release.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-01-11 14:30:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-01-11 14:30:13 +0200
commitaf5bda1f312095798063aea87218fe7e381e7291 (patch)
treea2b7ea42659d0ef13252353c4c94c78da37c5ac9 /tests/release.testscript
parent4ee190ff8ceedb177ff53ce6b83a5ad6d3968482 (diff)
Extract remote/branch rather than assuming origin/HEAD in bdep-release
Diffstat (limited to 'tests/release.testscript')
-rw-r--r--tests/release.testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/release.testscript b/tests/release.testscript
index a0203ab..0aba92b 100644
--- a/tests/release.testscript
+++ b/tests/release.testscript
@@ -559,7 +559,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"'
commit: yes
tag: v0.1.0
- push: yes
+ push: origin/master
continue? [y/n]$sp
EOE
@@ -590,7 +590,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"'
commit: yes
tag: no
- push: yes
+ push: origin/master
continue? [y/n]$sp
EOE
}
@@ -612,7 +612,7 @@ log2 = $gp2 log '--pretty=format:"%d %s"'
commit: yes
tag: v0.1.0
- push: yes
+ push: origin/master
continue? [y/n]$sp
EOE
}