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 781a604 commit cedb14eCopy full SHA for cedb14e
.github/workflows/cicd.yml
@@ -20,7 +20,7 @@ jobs:
20
env:
21
ES_JAVA_OPTS: -Xms512m -Xmx1g
22
volumes:
23
- - "./elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
+ - "${GITHUB_WORKSPACE}/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml"
24
ports:
25
- 9200:9200
26
0 commit comments