Skip to content
Snippets Groups Projects

Adj/cicd

Closed Hock, Martin requested to merge adj/cicd into dev
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -11,9 +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:
@@ -43,7 +44,7 @@ pages:
- public
rules:
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
- when: manual
sast:
variables:
SAST_EXCLUDED_PATHS: spec, test, tmp
Loading