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