From 97781f12e34374bb4d0f87599f0779f12e7d76ad Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Fri, 24 Apr 2020 10:28:17 +0100 Subject: [PATCH] . --- .drone.star | 2 +- docker-compose-home.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 818a28a..472c9e9 100644 --- a/.drone.star +++ b/.drone.star @@ -1,4 +1,4 @@ -# load("@this//:steps.star", "steps") +load("@this//:steps.star", "steps") def main(ctx): # return steps() diff --git a/docker-compose-home.yml b/docker-compose-home.yml index 2e0245c..046157f 100644 --- a/docker-compose-home.yml +++ b/docker-compose-home.yml @@ -143,9 +143,11 @@ services: - DRONE_AGENTS_ENABLED=true - DRONE_CONVERT_PLUGIN_ENDPOINT=http://drone-starlark:3000 - DRONE_CONVERT_PLUGIN_SECRET=${DRONE_CONVERT_SECRET} - - DRONE_STARLARK_REPO_PATHS=this:/home/giles/gitea-drone-stack + - DRONE_STARLARK_REPO_PATHS=this:/repos networks: - appnet + volumes: + - home/giles/gitea-drone-stack:/repos drone-docker-runner: deploy: placement: