.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
ac99ce2d2e
commit
427c814319
|
@ -1,8 +1,5 @@
|
||||||
load("@this//:from-secret.star", "example_step")
|
load("@this//:from-secret.star", "fromSecret")
|
||||||
def fromSecret(name):
|
|
||||||
return {
|
|
||||||
"from_secret": name
|
|
||||||
}
|
|
||||||
def environment(env):
|
def environment(env):
|
||||||
return dict(
|
return dict(
|
||||||
[(x.replace("-", "_").upper(), fromSecret(x)) for x in env]
|
[(x.replace("-", "_").upper(), fromSecret(x)) for x in env]
|
||||||
|
|
Reference in New Issue