diff --git a/.drone.yml b/.drone.yml index b163aec..87fc188 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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