broccoli-cli/.drone.yml

10 lines
166 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:latest
commands:
- docker build . --build-arg USER=$USER --build-arg TOKEN=$TOKEN