From 37fe91d54dcc8a3c16d20e865793a37264517e2e Mon Sep 17 00:00:00 2001 From: Dhairya Gandhi Date: Wed, 18 Sep 2019 12:05:31 +0530 Subject: [PATCH] remove branch restrictions --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b39e5b7..1e69dd3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,22 +22,13 @@ test:v1.0: extends: .flux variables: CI_VERSION_TAG: 'v1.0' - only: - - staging - - trying test:v1.1: extends: .flux variables: CI_VERSION_TAG: 'v1.1' - only: - - staging - - trying test:v1.2: extends: .flux variables: CI_VERSION_TAG: 'v1.2' - only: - - staging - - trying