Skip to content
Snippets Groups Projects
Commit 87c10630 authored by Hock, Martin's avatar Hock, Martin Committed by Mayr, Hannes
Browse files

Adj/cicd

parent fe4c3fa9
Branches
Tags
2 merge requests!59Version v0.2.3,!57Adj/cicd
......@@ -11,10 +11,10 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script:
- python --version # For debugging
#- python --version # For debugging
- export PIP_ROOT_USER_ACTION=ignore # surpress the warning
- pip install --upgrade pip
- pip install --user -r requirements.txt # install dependencies from file
- pip install --user --no-warn-script-location -r requirements.txt # install dependencies from file
PEP8:
stage: linting
script:
......@@ -60,7 +60,6 @@ pages:
- public
rules:
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
- when: manual
sast:
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment