Skip to content
Snippets Groups Projects
Commit 3cf159a5 authored by nrbffs's avatar nrbffs
Browse files

do not remove output

parent 608c8131
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ upstream_newest_minor=$(git ls-remote --tags --refs https://github.com/freifunk-
fork_newest_minor_branch="$upstream_newest_minor-ffs"
fork_newest_minor_tag="$upstream_newest_minor-ffs0.1"
{
set -x
git clone "$gluon_git_url" gluon
cd gluon
git remote add upstream "$gluon_upstream_git_url"
......@@ -32,7 +30,6 @@ git checkout -b "$fork_newest_minor_branch"
git tag "$fork_newest_minor_tag"
git push origin
git push origin "$fork_newest_minor_tag"
} &> /dev/null
new_gluon_rev=$(git rev-parse HEAD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment