File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33
44tagname=$1
55
6+ echo " docker login "
7+ docker login
8+
69cd $( dirname " $0 " )
710echo " mvn clean install"
811mvn clean install
Original file line number Diff line number Diff line change @@ -47,4 +47,5 @@ elasticdump \
4747# https://kb.objectrocket.com/elasticsearch/how-to-bulk-import-into-elasticsearch-using-curl
4848# https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
4949
50- curl -H ' Content-Type: application/x-ndjson' -XPOST ' localhost:9200/e0/pge/_bulk?pretty' --data-binary @accounts.json
50+ curl -H ' Content-Type: application/x-ndjson' -XPOST ' localhost:9200/e0/pge/_bulk?pretty' --data-binary @e0.json
51+ curl -H ' Content-Type: application/x-ndjson' -XPOST ' localhost:9200/rel0/pge/_bulk?pretty' --data-binary @rel0.json
You can’t perform that action at this time.
0 commit comments