.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-26 13:24:13 +01:00
parent ac99ce2d2e
commit 427c814319
1 changed files with 2 additions and 5 deletions

View File

@ -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]