Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI for Yang
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Test
SWLab UI for Yang
Commits
44825685
Commit
44825685
authored
Apr 11, 2024
by
hyeryung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove lint
parent
b02e5db0
Pipeline
#18805
passed with stages
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.gitlab-ci.yml
.gitlab-ci.yml
+9
-1
No files found.
.gitlab-ci.yml
View file @
44825685
image
:
node:10.14.2-stretch
stages
:
[
setup
,
deploy
]
stages
:
[
setup
,
verify
,
deploy
]
install
:
stage
:
setup
cache
:
...
...
@@ -8,6 +8,14 @@ install:
script
:
-
&npm_install
npm install --quiet --no-progress --cache=.cache/npm
lint
:
stage
:
verify
cache
:
&pull_cache
policy
:
pull
paths
:
-
.cache/npm
script
:
-
*npm_install
bundle-stable
:
stage
:
deploy
only
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment