Delete .drone.yml
This commit is contained in:
parent
a3fe2f2a21
commit
99d6af96e2
15
.drone.yml
15
.drone.yml
|
|
@ -1,15 +0,0 @@
|
||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: test
|
|
||||||
image: alpine
|
|
||||||
environment:
|
|
||||||
USERNAME:
|
|
||||||
from_secret: docker
|
|
||||||
commands:
|
|
||||||
- echo $USERNAME
|
|
||||||
Loading…
Reference in New Issue