We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9313a08 commit af4b4d4Copy full SHA for af4b4d4
.ci/run-tests
@@ -38,6 +38,8 @@ if [[ $TEST_SUITE != "xpack" ]]; then
38
elasticsearch_url="http://${NODE_NAME}:9200"
39
fi
40
41
+docker network create esnet
42
+
43
docker run \
44
--rm \
45
--env "node.attr.testattr=test" \
0 commit comments