broccoli-cli/.drone.yml
Ned Bingham 546b0c7868
Some checks failed
continuous-integration/drone/push Build is failing
cleaning up useability, adding a few more tools
2022-09-24 18:31:12 -04:00

14 lines
211 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:latest
commands:
- mkdir .secret
- echo "$USER" > .secret/user
- echo "$TOKEN" > .secret/token
- make
- rm -rf .secret