.
continuous-integration/drone/push Build is passing 详情

This commit is contained in:
Giles Bradshaw 2020-04-26 12:50:46 +01:00
父节点 b5ea4ffe25
当前提交 6f9ed00399
共有 1 个文件被更改,包括 1 次插入4 次删除

查看文件

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