Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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" Loading python/wily.yml +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ # yamllint disable rule:line-length # DEPRECATED .python:wily: stage: test image: registry.gitlab.com/notno/python-tests Loading @@ -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 Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
python/wily.yml +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ # yamllint disable rule:line-length # DEPRECATED .python:wily: stage: test image: registry.gitlab.com/notno/python-tests Loading @@ -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 Loading