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

This commit is contained in:
Giles Bradshaw 2020-04-27 16:12:59 +01:00
parent 9e9669f95c
commit 24c61749e7
2 changed files with 8 additions and 9 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"),

View File

@ -7,8 +7,7 @@ def buildDockerFolder(
):
return {
"name": "build-{tag}".format(
folder=folder,
name=name,
tag = tag,
),
"image": "docker:dind",
"volumes": [