Update .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
2025-06-29 11:20:38 +02:00
parent fe813646d9
commit db01012352

View File

@ -7,7 +7,6 @@ steps:
image: alpine image: alpine
commands: commands:
- echo "Username: ${docker_username}" - echo "Username: ${docker_username}"
- echo "${docker_password}" | wc -c
- name: build and push flappy image - name: build and push flappy image
image: plugins/docker image: plugins/docker