From 57ee303f425ef1b0b0b756837a41a634a8eabb00 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 May 2019 16:13:45 +0100 Subject: [PATCH] Remove tag restriction for debugging --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 104eab7a..424aea2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,6 @@ build: - release-builds/*.AppImage - release-builds/choco/openflexure-ev.nuspec - release-builds/choco/tools/chocolateyInstall.ps1 - only: - - tags deploy: stage: deploy @@ -32,5 +30,3 @@ deploy: artifacts: paths: - release-builds/choco/*.nupkg - only: - - tags