Skip to content

Commit 02a8939

Browse files
committed
Use elasticsearch action from its own repo and remove no longer used vendor directory
1 parent 4783699 commit 02a8939

File tree

628 files changed

+3
-225915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

628 files changed

+3
-225915
lines changed

.DS_Store

-6 KB
Binary file not shown.

.github/actions/elasticsearch/Dockerfile

-5
This file was deleted.

.github/actions/elasticsearch/LICENSE

-21
This file was deleted.

.github/actions/elasticsearch/README.md

-19
This file was deleted.

.github/actions/elasticsearch/action.yml

-14
This file was deleted.

.github/actions/elasticsearch/entrypoint.sh

-6
This file was deleted.

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v1
1313

1414
- name: Install ElasticSearch
15-
uses: ./.github/actions/elasticsearch
15+
uses: nyaruka/elasticsearch-action@master
1616
with:
1717
elastic version: '6.8.5'
1818

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ fabconfig.pyc
1818
.glide/
1919

2020
*~
21+
22+
.DS_Store

vendor/github.com/certifi/gocertifi/LICENSE

-3
This file was deleted.

vendor/github.com/certifi/gocertifi/README.md

-60
This file was deleted.

0 commit comments

Comments
 (0)