You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
340 B
YAML
19 lines
340 B
YAML
6 years ago
|
---
|
||
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: d.xr.to/eater/flavors
|
||
|
privileged: true
|
||
|
commands:
|
||
|
- img login -u "drone" -p "$PASSWORD" d.xr.to
|
||
|
- ./flavor -ip all
|
||
|
environment:
|
||
|
PASSWORD:
|
||
|
from_secret: pass
|
||
|
---
|
||
|
kind: secret
|
||
|
name: pass
|
||
|
data: 'T9ClA+pnmeerZbyfePbfRy8aocEHWWDCZaE2DCgd00GMV89hWaiIKiDWjw=='
|