Skip to content

Commit 262ab40

Browse files
Update .github/copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cb33c04 commit 262ab40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export LOGSTASH_SOURCE=1
6464
export LOGSTASH_PATH="/path/to/logstash" # local Logstash installation root
6565
export JRUBY_HOME=$LOGSTASH_PATH/vendor/jruby
6666
export JAVA_HOME=$LOGSTASH_PATH/jdk
67-
export PATH=$JRUBY_HOME/bin:$JAVA_HOME/bin:$LOGSTASH_PATH/bin/logstash:$PATH
67+
export PATH=$JRUBY_HOME/bin:$JAVA_HOME/bin:$LOGSTASH_PATH/bin:$PATH
6868
```
6969

7070
The script runs the full pipeline: install bundler → bundle install → vendor JARs → run unit tests → build gem → install the gem into local Logstash → run e2e tests. E2e tests also require Kusto cluster connection variables (`ENGINE_URL`, `INGEST_URL`, `TEST_DATABASE`) and use Azure CLI auth.

0 commit comments

Comments
 (0)