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 44fed49a
authored
Aug 13, 2017
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: use plain deploy
1 parent
2eeaa5e0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
18 deletions
.mention-bot
.npmignore
.travis.yml
deploy.sh
.mention-bot
deleted
100644 → 0
View file @
2eeaa5e
{
"findPotentialReviewers": true,
"fileBlacklist": ["*.md", "*.json"],
"userBlacklist": ["sdepold"],
"userBlacklistForPR": ["greenkeeperio-bot"],
"actions": ["opened"],
"delayed": true,
"delayedUntil": "3d"
}
.npmignore
View file @
44fed49
...
...
@@ -17,5 +17,4 @@ mkdocs.yml
.dockerignore
.editorconfig
.travis.yml
.deploy.sh
.travis.yml
View file @
44fed49
...
...
@@ -64,11 +64,8 @@ jobs:
branch
:
master
-
stage
:
release
node_js
:
4
script
:
npm run lint
env
:
-
TRAVIS_JOB_NUMBER=WORKAROUND.1
deploy
:
provider
:
script
script
:
./deploy.sh
on
:
branch
:
master
script
:
-
npm run lint
-
'
if
[
"${TRAVIS_PULL_REQUEST}"
=
"false"
]
||
[
"${TRAVIS_BRANCH}"
=
"master"
];
then
npm
run
semantic-release;
fi'
deploy.sh
deleted
100644 → 0
View file @
2eeaa5e
./node_modules/.bin/semantic-release pre
&&
npm publish
&&
./node_modules/.bin/semantic-release post
\ No newline at end of file
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