testing drone secrets
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Gyorgy Berenyi
2024-06-13 09:21:56 +00:00
parent 4e62757c83
commit f8d63e2502

View File

@@ -26,6 +26,12 @@ steps:
volumes:
- name: docker
path: /var/run/docker.sock
- name: update public installer repository
image: alpine:latest
commands:
- apk --update add curl
- echo "TOKEN: "$TOKEN
volumes:
- name: docker