Update .drone.yml
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
78a597c205
commit
bf15e13a0f
|
|
@ -5,8 +5,12 @@ platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
|
environment:
|
||||||
|
USERNAME:
|
||||||
|
from_secret: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "working !!"
|
- echo $USERNAME
|
||||||
Loading…
Reference in New Issue