Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 98cb17c1
authored
Mar 30, 2019
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: skip docs and set correct tag
1 parent
7d22d18e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
.travis.yml
package.json
.travis.yml
View file @
98cb17c
...
@@ -67,14 +67,14 @@ jobs:
...
@@ -67,14 +67,14 @@ jobs:
node_js
:
'
8'
node_js
:
'
8'
script
:
script
:
-
npm run semantic-release
-
npm run semantic-release
before_deploy
:
#
before_deploy:
-
npm run docs
#
- npm run docs
deploy
:
#
deploy:
provider
:
surge
#
provider: surge
project
:
./esdoc/
#
project: ./esdoc/
domain
:
v4
.sequelizejs.com
# domain: docs
.sequelizejs.com
skip_cleanup
:
true
#
skip_cleanup: true
on
:
v4
#
on: v4
stages
:
stages
:
-
test
-
test
...
...
package.json
View file @
98cb17c
...
@@ -159,5 +159,8 @@
...
@@ -159,5 +159,8 @@
"@semantic-release/npm"
,
"@semantic-release/npm"
,
"@semantic-release/github"
"@semantic-release/github"
]
]
},
"publishConfig"
:
{
"tag"
:
"v4"
}
}
}
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment