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
986454ed
Commit
986454ed
authored
Apr 11, 2024
by
hyeryung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove verify
parent
add6d333
Pipeline
#18801
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
.gitlab-ci.yml
.gitlab-ci.yml
+1
-10
ui-bundle.zip
ui-bundle.zip
+0
-0
No files found.
.gitlab-ci.yml
View file @
986454ed
image
:
node:10.14.2-stretch
stages
:
[
setup
,
verify
,
deploy
]
stages
:
[
setup
,
deploy
]
install
:
stage
:
setup
cache
:
...
...
@@ -8,15 +8,6 @@ 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
-
node_modules/.bin/gulp lint
bundle-stable
:
stage
:
deploy
only
:
...
...
ui-bundle.zip
deleted
100644 → 0
View file @
add6d333
File deleted
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