aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2021-08-24 11:38:17 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-08-24 11:38:17 +0100
commitd41383aa44636c345716a97d28e2929179878ae6 (patch)
tree646fc9fa46944b1b28bdfa9487f387d52f6e1f7d
parent30ab9d620bbe0836a2a40f5936bd4703cb8ac271 (diff)
apply-pullreq: Remove last traces of 'publish-upstream' remote
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xapply-pullreq4
1 files changed, 2 insertions, 2 deletions
diff --git a/apply-pullreq b/apply-pullreq
index be5f22f..6193b87 100755
--- a/apply-pullreq
+++ b/apply-pullreq
@@ -137,10 +137,10 @@ parallel-buildtest
echo "WARNING: please check these results files!"
echo "Looks good; trying a dry-run publish:"
-git push --dry-run publish-upstream staging:master
+git push --dry-run publish-gitlab staging:master
# For obvious reasons we don't let the script automatically
# do the publish to upstream master...
echo "OK; to publish for real run:"
-echo "git push publish-upstream staging:master"
+echo "git push publish-gitlab staging:master"