.
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
This commit is contained in:
parent
eb8ae851e4
commit
e57b2c0c04
|
@ -20,6 +20,7 @@ load("@this//:pipeline.star", "pipeline")
|
|||
def drone(
|
||||
branch,
|
||||
base,
|
||||
name,
|
||||
):
|
||||
if ctx.build.branch == branch:
|
||||
return [
|
||||
|
@ -52,7 +53,7 @@ def drone(
|
|||
]),
|
||||
deploy(
|
||||
"docker-compose-home.yml",
|
||||
"gitea",
|
||||
name,
|
||||
base,
|
||||
publicSecrets + secretSecrets
|
||||
|
||||
|
|
Reference in New Issue