flectra_community/.drone.yml
lukas afd87ea949 add drone
fix drone

fix drone

add jq to drone

add password

change pw

change pw
2022-03-19 08:56:52 +01:00

22 lines
355 B
YAML

---
kind: pipeline
name: default
platform:
os: linux
arch: arm
clone:
skip_verify: true
steps:
- name: git
image: plugins/git
commands:
- git config user.name $USERNAME
- git config user.password $PASSWORD
- /bin/ash gather.sh
environment:
PASSWORD:
from_secret: password
USERNAME:
from_secret: username