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: TEST:
from_secret: test from_secret: test
commands: commands:
- echo ${TEST}
- echo $TEST - echo $TEST
- echo $test - echo $USERNAME
- echo "${test}" - echo $PASSWORD
- echo ${USERNAME}
- echo ${docker_password}
- name: build and push flappy image - name: build and push flappy image
image: plugins/docker image: plugins/docker