Update .drone.yml
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
aaraz 2023-12-19 12:03:13 +00:00
parent 78a597c205
commit bf15e13a0f
1 changed files with 5 additions and 1 deletions

View File

@ -5,8 +5,12 @@ platform:
os: linux
arch: arm64
environment:
USERNAME:
from_secret: docker
steps:
- name: test
image: alpine
commands:
- echo "working !!"
- echo $USERNAME