This commit is contained in:
parent
7d9febee69
commit
2bc4b9dd5d
@ -63,6 +63,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- ls -la
|
- ls -la
|
||||||
|
- git init
|
||||||
|
- git add .
|
||||||
|
- git commit -m "mandatory commit"
|
||||||
- CUDDLE_FETCH_POLICY=always cuddle_cli x build_cuddle_image
|
- CUDDLE_FETCH_POLICY=always cuddle_cli x build_cuddle_image
|
||||||
environment:
|
environment:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
@ -72,7 +75,7 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
depends_on:
|
depends_on:
|
||||||
- "load_secret"
|
- "load_secret"
|
||||||
- "server"
|
# - "server"
|
||||||
|
|
||||||
- name: send telegram notification
|
- name: send telegram notification
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
|
Loading…
Reference in New Issue
Block a user