.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
5a655c65c0
commit
7fb386fc4e
|
@ -97,7 +97,7 @@ def drone(
|
|||
{
|
||||
"name": "ca",
|
||||
"host": {
|
||||
"path": "{base}/.ca".format(base = base),
|
||||
"path": "/etc/docker/certs.d",
|
||||
},
|
||||
}
|
||||
],
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
envsubst < /repos/stack/stack-name._star > /repos/stack/stack-name.star
|
||||
envsubst < /repos/stack/stack-root._star > /repos/stack/stack-root.star
|
||||
envsubst < /repos/stack/stack-name._star > /repos/proxy/stack-name.star
|
||||
envsubst < /repos/stack/stack-root._star > /repos/proxy/stack-root.star
|
||||
/bin/drone-convert-starlark
|
Reference in New Issue