From ca6a8beec2bf93e8f35827006c36974801d21db2 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Wed, 21 Feb 2024 17:23:15 +0200 Subject: [PATCH 1/2] Test triggering tests via PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9f1c3..d5b375b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains [ElastiBuild](https://github.com/elastic/elastic-stack-installers/wiki/ElastiBuild) and [Beat Package Compiler](https://github.com/elastic/elastic-stack-installers/wiki/Beat-Package-Compiler). See [Wiki](https://github.com/elastic/elastic-stack-installers/wiki) for more information. ## Reporting Problems -To report any problems encountered during installation, or to request features, please open an [issue on GitHub](https://github.com/elastic/elastic-stack-installers/issues) and attach the MSI installation log if applicable. +To report any problems encountered during installation, or to request features, please open an [issue on GitHub](https://github.com/elastic/elastic-stack-installers/issues) and attach the MSI installation log if applicable. For other questions of comments pleas refer to [Elastic Forums](https://discuss.elastic.co/tags/windows-installer). Please *tag* your question with `windows-installer` (singlular). From 0134a8f62f2f330de82f50f974d405731b0c0d23 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Wed, 21 Feb 2024 17:26:11 +0200 Subject: [PATCH 2/2] add direnv --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca373b1..a6fdf87 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,7 @@ src/*.exe src/*.pdb src/*.dll pwsh -pwsh.zip \ No newline at end of file +pwsh.zip + +# direnv +.envrc