Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,9 @@ jobs:
- run:
name: Running Mocha Integration Tests
command: npm test
docs:
docker:
- image: circleci/node:12-stretch
steps:
- checkout
- run:
name: Download Script
command: mkdir $HOME/script && curl -o $HOME/script/create_pr.bash https://raw.githubusercontent.com/elasticio/elasticio.github.io/master/scripts/create_pr.bash
- run:
shell: /bin/bash
name: Create PR
command: bash $HOME/script/create_pr.bash -p $PWD -n xml

workflows:
version: 2
build_and_test:
jobs:
- test
deploy_docs:
jobs:
- docs:
filters:
branches:
only:
- master
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2 (June 6, 2020)

* Remove update docs on deploy script

## 1.3.1 (May 22, 2020)

* Update sailor version to 2.6.7
Expand Down
24 changes: 0 additions & 24 deletions circle.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml",
"version": "1.3.1",
"version": "1.3.2",
"description": "Integration component to work with XML files",
"homepage": "http://www.elastic.io",
"author": {
Expand Down