From da577ca615a5165642311ee01d11053a13ec83db Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Sat, 12 Oct 2019 17:06:00 +0200 Subject: [PATCH] fix pushing --- update-gluon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-gluon.sh b/update-gluon.sh index 96e4c0d..63f6520 100755 --- a/update-gluon.sh +++ b/update-gluon.sh @@ -28,7 +28,7 @@ git checkout "$upstream_newest_minor" git am ../patches/0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch git checkout -b "$fork_newest_minor_branch" git tag "$fork_newest_minor_tag" -git push origin +git push origin "$fork_newest_minor_branch" git push origin "$fork_newest_minor_tag" new_gluon_rev=$(git rev-parse HEAD) -- GitLab