Skip to content

Commit

Permalink
flag handling
Browse files Browse the repository at this point in the history
  • Loading branch information
apesternikov committed Apr 30, 2024
1 parent 9419e05 commit f9da828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transitions/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ bool_flag(

config_setting(
name = "enabled",
flag_values = {"@io_bazel_rules_docker//transitions:enable": "true"},
flag_values = {"@rules_gitops//transitions:enable": "true"},
)

config_setting(
name = "disabled",
flag_values = {"@io_bazel_rules_docker//transitions:enable": "false"},
flag_values = {"@rules_gitops//transitions:enable": "false"},
)

0 comments on commit f9da828

Please sign in to comment.