.
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")
|
||||
def fromSecret(name):
|
||||
return {
|
||||
"from_secret": name
|
||||
}
|
||||
load("@this//:from-secret.star", "fromSecret")
|
||||
|
||||
def environment(env):
|
||||
return dict(
|
||||
[(x.replace("-", "_").upper(), fromSecret(x)) for x in env]
|
||||
|
|
Reference in New Issue