.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
079b1611ee
commit
f3f3e357a0
|
@ -29,7 +29,7 @@ def main(ctx):
|
||||||
secretSecrets,
|
secretSecrets,
|
||||||
),
|
),
|
||||||
wait(15, "wait"),
|
wait(15, "wait"),
|
||||||
# build("guacamole-postgresql"),
|
build("guacamole-postgresql"),
|
||||||
build("ngrok-gitea"),
|
build("ngrok-gitea"),
|
||||||
build("letsencrypt-nginx"),
|
build("letsencrypt-nginx"),
|
||||||
build("drone-starlark"),
|
build("drone-starlark"),
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
("@this//:from-secret.star", "fromSecret")
|
load("@this//:from-secret.star", "fromSecret")
|
||||||
|
|
||||||
def clear(folder):
|
def clear(folder):
|
||||||
return {
|
return {
|
||||||
|
|
Reference in New Issue