Skip to content

Commit

Permalink
Revert "Update gitlab yaml for testing"
Browse files Browse the repository at this point in the history
This reverts commit 5fd114e.
  • Loading branch information
Alegria Aclan committed Jun 27, 2022
1 parent 5fd114e commit fc53164
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -85,7 +87,8 @@ release:
when: manual
only:
- tags
- EE-2310_include-version-file
except:
- branches
script:
- python setup.py sdist
- pip install twine
Expand Down

0 comments on commit fc53164

Please sign in to comment.