Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gitlab Ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Gitlab Ci
Commits
fcaaaa65
Commit
fcaaaa65
authored
2 years ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
chore(cicd): rely on workflow
parent
99a7e58d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/extract.yml
+0
-3
0 additions, 3 deletions
templates/extract.yml
templates/validation.yml
+0
-3
0 additions, 3 deletions
templates/validation.yml
with
0 additions
and
6 deletions
templates/extract.yml
+
0
−
3
View file @
fcaaaa65
...
...
@@ -13,8 +13,5 @@ extract-script:
paths
:
-
script.sh
rules
:
# exclude merge requests
-
if
:
$CI_MERGE_REQUEST_ID
when
:
never
# enabled if $GITLAB_CI_FILES is set
-
if
:
$GITLAB_CI_FILES
This diff is collapsed.
Click to expand it.
templates/validation.yml
+
0
−
3
View file @
fcaaaa65
...
...
@@ -54,8 +54,5 @@ gitlab-ci-lint:
script
:
-
ci_lint
rules
:
# exclude merge requests
-
if
:
$CI_MERGE_REQUEST_ID
when
:
never
# enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set
-
if
:
'
$GITLAB_TOKEN
&&
$GITLAB_CI_FILES'
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