.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-27 16:19:23 +01:00
parent 24c61749e7
commit ef41cf5f67
1 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ load("@this//:secret-secrets.star", "secretSecrets")
load("@this//:pull.star", "pull")
load("@this//:deploy.star", "deploy")
load("@this//:build-folder.star", "buildFolder")
#load("@this//:build-docker-folder.star", "buildDockerFolder")
load("@this//:build-docker-folder.star", "buildDockerFolder")
def buildHome():
return {
@ -90,12 +90,12 @@ def main(ctx):
#build("letsencrypt-nginx"),
build("drone-starlark"),
#buildHome(),
#buildDockerFolder(
# "Dockerfile.blog",
# "letsencrypt-nginx",
# "letsencrypt-blog",
# "letsencrypt-nginx"
#),
buildDockerFolder(
"Dockerfile.blog",
"letsencrypt-nginx",
"letsencrypt-blog",
"letsencrypt-nginx"
),
buildFolder("drone", "letsencrypt-nginx"),
buildFolder("git", "letsencrypt-nginx"),
buildFolder("remote", "letsencrypt-nginx"),