Skip to content

Commit

Permalink
Update workspace_snippet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
apesternikov authored Jun 13, 2024
1 parent 33be7eb commit 9e0b361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workspace_snippet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ cat << EOF
\`\`\`starlark
bazel_dep(name = "rules_gitops", version = "${TAG:1}")
git_override(
module_name = "rules_gitops",
remote = "https://github.com/fasterci/rules_gitops",
commit = "${GITHUB_SHA}",
)
kustomize = use_extension("@rules_gitops//gitops:extensions.bzl", "kustomize")
kustomize.kustomize_toolchain()
Expand Down

0 comments on commit 9e0b361

Please sign in to comment.