.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b3f2f749e0
commit
a12bc88557
|
@ -1,4 +1,4 @@
|
||||||
# load("@this//:steps.star", "steps")
|
load("@this//:steps.star", "steps")
|
||||||
|
|
||||||
def main(ctx):
|
def main(ctx):
|
||||||
# return steps()
|
# return steps()
|
||||||
|
|
|
@ -143,9 +143,11 @@ services:
|
||||||
- DRONE_AGENTS_ENABLED=true
|
- DRONE_AGENTS_ENABLED=true
|
||||||
- DRONE_CONVERT_PLUGIN_ENDPOINT=http://drone-starlark:3000
|
- DRONE_CONVERT_PLUGIN_ENDPOINT=http://drone-starlark:3000
|
||||||
- DRONE_CONVERT_PLUGIN_SECRET=${DRONE_CONVERT_SECRET}
|
- DRONE_CONVERT_PLUGIN_SECRET=${DRONE_CONVERT_SECRET}
|
||||||
- DRONE_STARLARK_REPO_PATHS=this:/home/giles/gitea-drone-stack
|
- DRONE_STARLARK_REPO_PATHS=this:/repos
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
volumes:
|
||||||
|
- home/giles/gitea-drone-stack:/repos
|
||||||
drone-docker-runner:
|
drone-docker-runner:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
|
Reference in New Issue