From fc531648c37e3027c5e39d380a336f8380ed71e5 Mon Sep 17 00:00:00 2001 From: Alegria Aclan Date: Mon, 27 Jun 2022 19:04:38 +0800 Subject: [PATCH] Revert "Update gitlab yaml for testing" This reverts commit 5fd114e7e0054d94e11d443f094d663e560a72e2. --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5b984b..e0e9be0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,8 @@ build_package: stage: build only: - tags - - EE-2310_include-version-file + except: + - branches script: - pip install -r requirements.txt - python setup.py sdist @@ -72,7 +73,8 @@ functional_tests: stage: functional_test only: - tags - - EE-2310_include-version-file + except: + - branches allow_failure: true script: - pip install pytest @@ -85,7 +87,8 @@ release: when: manual only: - tags - - EE-2310_include-version-file + except: + - branches script: - python setup.py sdist - pip install twine