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

This commit is contained in:
Giles Bradshaw 2020-04-24 10:56:09 +01:00
parent b149cc3dfa
commit 49d10969aa
3 changed files with 6 additions and 19 deletions

View File

@ -283,7 +283,7 @@ steps:
- docker network prune -f
- cd /home/$SSH_USER/gitea-drone-stack
- docker stack rm gitea
- sleep 15
- sleep 60
- docker stack deploy -c docker-compose-home.yml gitea
#- sleep 300

View File

@ -1,18 +1,5 @@
load("@this//:steps.star", "steps")
def main(ctx):
# return steps()
return {
"kind": "pipeline",
"name": "build",
"steps": [
{
"name": "build",
"image": "alpine",
"commands": [
"echo hello world",
],
},
],
}
return steps()

View File

@ -143,11 +143,8 @@ 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:/repos
networks:
- appnet
volumes:
- /home/giles/gitea-drone-stack:/repos
drone-docker-runner:
deploy:
placement:
@ -177,8 +174,11 @@ services:
environment:
- DRONE_DEBUG=true
- DRONE_SECRET=${DRONE_CONVERT_SECRET}
- DRONE_STARLARK_REPO_PATHS=this:/repos
networks:
- appnet
volumes:
- /home/giles/gitea-drone-stack:/repos
registry:
deploy: