From 63e959f98d1ccb4434255190738028da1b086123 Mon Sep 17 00:00:00 2001 From: Kolja Dummann Date: Tue, 22 Nov 2016 18:57:15 +0100 Subject: [PATCH] don't push tag to gitlab --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb9bc12..b80c946 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ deploy github release: before_script: # Install ssh-agent if not already installed, it is required by Docker. # (change apt-get to yum if you use a CentOS-based image) - - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' + - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client zip -y )' # Run ssh-agent (inside the build environment) - eval $(ssh-agent -s) # For Docker builds disable host key checking. Be aware that by adding that @@ -83,7 +83,6 @@ deploy github release: - git tag $VERSION HEAD - git push github HEAD:release - git push github $VERSION - - git push $VERSION - github-release release -s $GITHUB_TOKEN -u coolya -r mbeddr.arduino -t $VERSION - github-release upload -s $GITHUB_TOKEN -u coolya -r mbeddr.arduino -t $VERSION -f gradle/build/artifacts/mbeddr-arduino/mbeddr-arduino.zip -n mbeddr-arduino.zip only: