Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rip
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
fanxuehui
rip
Commits
62562474
Commit
62562474
authored
Aug 28, 2019
by
fanxuehui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci:
parent
6cfaecae
Pipeline
#153739
failed with stage
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
.gitlab-ci.yml
.gitlab-ci.yml
+5
-8
.npmrc
.npmrc
+1
-0
No files found.
.gitlab-ci.yml
View file @
62562474
image
:
node:10
tags
:
-
test
before_script
:
-
npm install
cache
:
paths
:
-
node_modules/
publish
:
stage
:
deploy
tags
:
-
test
only
:
-
tags
-
triggers
script
:
-
npm install
-
npm run build
-
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>~/.npmrc
-
npm publish
\ No newline at end of file
-
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>./.npmrc
-
npm publish
.npmrc
0 → 100644
View file @
62562474
//registry.npm.taobao.org/
\ No newline at end of file
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