Skip to content
Snippets Groups Projects
Commit 49a1d962 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-287: Remove debug stage CI

parent cc0cdef5
No related branches found
No related tags found
1 merge request!146L2SS-287: implement python packaging
......@@ -3,30 +3,16 @@
image: artefact.skao.int/ska-tango-images-tango-itango:9.3.5
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# The PBR dependency requires a set version, not actually used
# Instead `util/lofar_git.py:get_version()` is used.
# PBR_VERSION: "0.1"
cache:
paths:
- .cache/pip
stages:
- debug
- building
- linting
- static-analysis
- unit-tests
- integration-tests
- packaging
verify_version:
stage: debug
before_script:
- sudo apt-get update
- sudo apt-get install -y git
script:
- cd tangostationcontrol
- pip3 install -r requirements.txt
- git tag -l
- python3 setup.py --version
newline_at_eof:
stage: linting
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment