.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
9c7ae96daf
commit
42dfb66a3f
|
@ -0,0 +1,2 @@
|
||||||
|
def map(fn, l):
|
||||||
|
return [fn(x) for x in l]
|
|
@ -1,3 +1,5 @@
|
||||||
|
load("@this//:map.star", "map")
|
||||||
|
|
||||||
def echo(secret):
|
def echo(secret):
|
||||||
return 'echo "export {environment}=${environment}" >> ***filename*** # {secret}'.format(
|
return 'echo "export {environment}=${environment}" >> ***filename*** # {secret}'.format(
|
||||||
secret = secret,
|
secret = secret,
|
||||||
|
|
Reference in New Issue