Skip to content

Commit 7ad2fef

Browse files
authored
Remove deploy docs (#46)
Remove update docs on deploy script
1 parent 5fbbc0a commit 7ad2fef

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,8 @@ jobs:
3535

3636
# run tests!
3737
- run: npm test
38-
docs:
39-
docker:
40-
- image: circleci/node:12-stretch
41-
steps:
42-
- checkout
43-
- run:
44-
name: Download Script
45-
command: mkdir $HOME/script && curl -o $HOME/script/create_pr.bash https://raw.githubusercontent.com/elasticio/elasticio.github.io/master/scripts/create_pr.bash
46-
- run:
47-
shell: /bin/bash
48-
name: Create PR
49-
command: bash $HOME/script/create_pr.bash -p $PWD -n splitter
5038
workflows:
5139
version: 2
5240
build_and_test:
5341
jobs:
5442
- build
55-
deploy_docs:
56-
jobs:
57-
- docs:
58-
filters:
59-
branches:
60-
only:
61-
- master

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.2 (June 6, 2020)
2+
* Remove update docs on deploy script
3+
14
## 1.1.1 (May 19, 2020)
25
* Update sailor version to 2.6.7
36

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elasticio/splitter",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "elastic.io component for splitting incoming messages",
55
"scripts": {
66
"pretest": "eslint split.js lib spec --fix",

0 commit comments

Comments
 (0)