.
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
This commit is contained in:
parent
34f898b524
commit
a74f31f705
|
@ -16,14 +16,8 @@ load("@this//:deploy.star", "deploy")
|
||||||
load("@this//:build-folder.star", "buildFolder")
|
load("@this//:build-folder.star", "buildFolder")
|
||||||
load("@this//:build-docker-folder.star", "buildDockerFolder")
|
load("@this//:build-docker-folder.star", "buildDockerFolder")
|
||||||
load("@this//:pipeline.star", "pipeline")
|
load("@this//:pipeline.star", "pipeline")
|
||||||
load("@this//stack:drone.star", "drone")
|
|
||||||
|
|
||||||
def main(ctx):
|
def main(ctx):
|
||||||
return drone(
|
|
||||||
'home-deploy',
|
|
||||||
"/home/giles/gitea-drone-stack"
|
|
||||||
'gitea',
|
|
||||||
)
|
|
||||||
if ctx.build.branch == 'home-deploy':
|
if ctx.build.branch == 'home-deploy':
|
||||||
return [
|
return [
|
||||||
pipeline(
|
pipeline(
|
||||||
|
|
Reference in New Issue