.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-26 12:50:46 +01:00
parent b5ea4ffe25
commit 6f9ed00399
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
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]