File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
- main
6
6
env :
7
7
KIBANA_VERSION : 7.10.2
8
- ODFE_VERSION : 1.13.0
8
+ ODFE_VERSION : 1.13.1
9
9
AD_KIBANA_PLUGIN_NAME : opendistroAnomalyDetectionKibana
10
10
jobs :
11
11
test-with-security :
@@ -112,7 +112,7 @@ jobs:
112
112
echo "FROM opendistroforelasticsearch/opendistroforelasticsearch:$odfe_version" >> Dockerfile
113
113
## The ESRestTest Client uses http by default.
114
114
## Need to disable the security plugin to call the rest api over http.
115
- echo "RUN if [ -d /usr/share/elasticsearch/plugins/opendistro_security ]; then /usr/share/elasticsearch/bin/elasticsearch-plugin remove opendistro_security ; fi" >> Dockerfile
115
+ echo "RUN if [ -d /usr/share/elasticsearch/plugins/opendistro-security ]; then /usr/share/elasticsearch/bin/elasticsearch-plugin remove opendistro-security ; fi" >> Dockerfile
116
116
docker build -t odfe-ad:test .
117
117
fi
118
118
- name : Run Docker Image
You can’t perform that action at this time.
0 commit comments