This commit is contained in:
parent
7d9febee69
commit
2bc4b9dd5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user