Sign in
bazel
/
crubit
/
refs/heads/main
/
.
/
buildenv
/
target
/
BUILD
blob: c748540d1fe6be76d2eeb2344cac58dccc95c816 [
file
] [
log
] [
blame
] [
edit
]
package
(
default_applicable_licenses
=
[
"//:license"
],
default_visibility
=
[
"//visibility:public"
],
)
environment
(
name
=
"non_prod"
)
environment_group
(
name
=
"execution_environment"
,
defaults
=
[
":non_prod"
,
],
environments
=
[
":non_prod"
,
],
)