with queryier

This commit is contained in:
2022-09-18 15:48:58 +02:00
parent 56b0ca3f0b
commit 7a27e72876
6 changed files with 146 additions and 8 deletions

View File

@@ -22,8 +22,8 @@ func CreateKrakenProcessCmd() *cobra.Command {
Path string `json:"path"`
}{
Repository: "git@git.front.kjuulh.io:kjuulh/kraken.git",
Branch: "feature/docker-action",
Path: "_examples/actions/docker_action/",
Branch: "feature/query-results",
Path: "_examples/queries/scrabe_readme/",
})
if err != nil {
panic(err)