[ES|QL] fix job path (#179785)

## Summary

After packaging the ES|QL grammar stuff the `git add` didn't change
accordingly for the new path, hence the error.
This PR fixes it.
This commit is contained in:
Marco Liberati 2024-04-02 10:52:51 +02:00 committed by GitHub
parent b61b944a14
commit 9106bf7244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ main () {
git checkout -b "$BRANCH_NAME"
git add esql/antlr/*
git add antlr/*
git commit -m "Update ES|QL grammars"
report_main_step "Changes committed. Creating pull request."