Skip to content
Snippets Groups Projects
Commit fffbb922 authored by Corné Lukken's avatar Corné Lukken
Browse files

Try to force direct file path

parent 158da819
Branches
No related tags found
1 merge request!657Try to force direct file path
......@@ -3,6 +3,7 @@ image: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG
variables:
GIT_SUBMODULE_STRATEGY: recursive
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
PIP_REQUIREMENTS_FILE: "tangostationcontrol/requirements.txt"
cache:
key: $CI_COMMIT_REF_SLUG
paths:
......@@ -338,8 +339,6 @@ sast:
dependency_scanning:
stage: static-analysis
variables:
PIP_REQUIREMENTS_FILE: "tangostationcontrol/requirements.txt"
secret_detection:
stage: static-analysis
......
setup.sh 100644 → 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment