Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Stingray
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
Stingray
Commits
669ad961
Commit
669ad961
authored
2 days ago
by
Reinder Kraaij
Browse files
Options
Downloads
Patches
Plain Diff
fix dependecy scanner with PIP_EXTRA_INDEX_URL
parent
8b17d883
No related branches found
Branches containing commit
Tags
v0.0.23
Tags containing commit
1 merge request
!29
fix dependecy scanner with PIP_EXTRA_INDEX_URL
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
669ad961
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment