Commit 0904bac4 authored by Ruben ten Hove's avatar Ruben ten Hove Committed by Federico Falconieri
Browse files

ci: deprecates wily

parent 61f253e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ include:
  - local: "python/mypy.yml"
  - local: "python/pylint.yml"
  - local: "python/safety.yml"
  - local: "python/wily.yml"

  - local: "c/cppcheck.yml"
  - local: "c/flawfinder.yml"
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@

# yamllint disable rule:line-length

# DEPRECATED

.python:wily:
  stage: test
  image: registry.gitlab.com/notno/python-tests
@@ -21,6 +23,7 @@
    GIT_STRATEGY: clone
    GIT_CHECKOUT: "false"
  script:
    - echo "[!] THIS JOB IS DEPRECATED AND NO LONGER MAINTAINED."
    - echo "Preparing environment"
    - git fetch 1>/dev/null 2>&1
    - git checkout ${CI_COMMIT_REF_NAME} 1>/dev/null 2>&1