Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
root
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
xrm-modules
xRM-Platform
root
Commits
b4da21ad
Commit
b4da21ad
authored
1 year ago
by
Sebastian Listl
Browse files
Options
Downloads
Patches
Plain Diff
Delete .gitlab-ci.yml
parent
5b7bf6b1
No related branches found
No related tags found
Loading
Pipeline
#27641
failed
1 year ago
Stage: lint
Stage: run-liquibase
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-14
0 additions, 14 deletions
.gitlab-ci.yml
with
0 additions
and
14 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
14
View file @
5b7bf6b1
stages
:
-
lint
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:19-alpine
eslint
:
rules
:
-
if
:
$CI_COMMIT_REF_PROTECTED == "true" || $CI_PIPELINE_SOURCE == 'merge_request_event'
stage
:
lint
script
:
# Install eslint
-
npm install
# Run eslint
-
node_modules/eslint/bin/eslint.js .
\ 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