Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Terraform modules
Analyze
Contributor analytics
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
danet
goSDN
Merge requests
!168
pnd adapter skeleton
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
pnd adapter skeleton
api-adapter
into
develop
Overview
0
Commits
9
Pipelines
17
Changes
1
Merged
Ghost User
requested to merge
api-adapter
into
develop
3 years ago
Overview
0
Commits
9
Pipelines
17
Changes
1
Expand
PND Adapter for gRPC API
0
0
Merge request reports
Viewing commit
5c34616e
Prev
Next
Show latest version
1 file
+
8
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5c34616e
add workflow rule to prevent duplicated pipelines
· 5c34616e
istmxrein
authored
3 years ago
.gitlab-ci.yml
+
8
−
0
Options
@@ -2,6 +2,14 @@ variables:
@@ -2,6 +2,14 @@ variables:
SECURE_ANALYZERS_PREFIX
:
registry.gitlab.com/gitlab-org/security-products/analyzers
SECURE_ANALYZERS_PREFIX
:
registry.gitlab.com/gitlab-org/security-products/analyzers
DOCKER_IMAGE_SHA
:
${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}
DOCKER_IMAGE_SHA
:
${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS
&&
$CI_PIPELINE_SOURCE
==
"push"'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH'
stages
:
stages
:
-
.pre
-
.pre
-
test
-
test
Loading