.
continuous-integration/drone/push Build was killed 详情

This commit is contained in:
Giles Bradshaw 2020-04-26 13:24:13 +01:00
父节点 ac99ce2d2e
当前提交 427c814319
共有 1 个文件被更改,包括 2 次插入5 次删除

查看文件

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