Skip to content
Snippets Groups Projects
Verified Commit c3049ee8 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

bugfix

parent 32bec503
No related branches found
No related tags found
No related merge requests found
Showing
with 66 additions and 66 deletions
...@@ -184,7 +184,7 @@ ifeq (, $(shell command -v uuidgen)) ...@@ -184,7 +184,7 @@ ifeq (, $(shell command -v uuidgen))
$(error "No uuidgen in PATH, consider doing apt-get install uuidgen") $(error "No uuidgen in PATH, consider doing apt-get install uuidgen")
endif endif
$(QUIET) export BRANCH="MONSTER/$(TAG)/$(shell uuidgen --random)" ; \ $(QUIET) export BRANCH="$(shell uuidgen --random)" ; \
$(GIT) checkout -b $${BRANCH} && \ $(GIT) checkout -b $${BRANCH} && \
RESULT=$$($(GIT) push origin $$BRANCH 2>&1) && \ RESULT=$$($(GIT) push origin $$BRANCH 2>&1) && \
RESULT2=$$($(GIT) branch --set-upstream-to=origin/$$BRANCH $$BRANCH) && \ RESULT2=$$($(GIT) branch --set-upstream-to=origin/$$BRANCH $$BRANCH) && \
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment