with git repo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-08-13 17:38:44 +02:00
parent 7d9febee69
commit 2bc4b9dd5d
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -63,6 +63,9 @@ steps:
commands:
- sleep 5
- ls -la
- git init
- git add .
- git commit -m "mandatory commit"
- CUDDLE_FETCH_POLICY=always cuddle_cli x build_cuddle_image
environment:
DOCKER_BUILDKIT: 1
@ -72,7 +75,7 @@ steps:
from_secret: docker_password
depends_on:
- "load_secret"
- "server"
# - "server"
- name: send telegram notification
image: appleboy/drone-telegram