Skip to content
Snippets Groups Projects
Commit 864542c9 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Merge branch 'adj/cicd' into 'dev'

Adj/cicd

See merge request !57
parents fe4c3fa9 87c10630
No related branches found
No related tags found
2 merge requests!59Version v0.2.3,!57Adj/cicd
Pipeline #864392 passed with warnings
...@@ -11,10 +11,10 @@ variables: ...@@ -11,10 +11,10 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script: 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 --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: PEP8:
stage: linting stage: linting
script: script:
...@@ -60,7 +60,6 @@ pages: ...@@ -60,7 +60,6 @@ pages:
- public - public
rules: rules:
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH" - if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
- when: manual
sast: sast:
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment