Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-06-29 22:13:03 +02:00
parent 5ebaf03a29
commit 1dbe3d0dbd

View File

@ -13,12 +13,9 @@ steps:
TEST:
from_secret: test
commands:
- echo ${TEST}
- echo $TEST
- echo $test
- echo "${test}"
- echo ${USERNAME}
- echo ${docker_password}
- echo $USERNAME
- echo $PASSWORD
- name: build and push flappy image
image: plugins/docker