Skip to content
Snippets Groups Projects
Commit 669ad961 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

fix dependecy scanner with PIP_EXTRA_INDEX_URL

parent 8b17d883
No related branches found
Tags v0.0.23
1 merge request!29fix dependecy scanner with PIP_EXTRA_INDEX_URL
......@@ -53,6 +53,8 @@ sast:
stage: test
dependency_scanning:
variables:
PIP_EXTRA_INDEX_URL: https://git.astron.nl/api/v4/groups/36/-/packages/pypi/simple
# override default before_script, job won't have Python available
before_script:
- uname
......@@ -204,4 +206,4 @@ deploy_nomad_central:
-address="http://nomad.central.lofar.net:4646" \
-var-file=infra/env/common.yaml \
-var image_tag="$CI_COMMIT_REF_SLUG" \
infra/jobs/central/${COMPONENT}.levant.nomad
infra/jobs/central/${COMPONENT}.levant.nomad
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment