Initial commit
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-01-12 22:17:32 +00:00
committed by frebib
commit 9864c9bbd9
+23
View File
@@ -0,0 +1,23 @@
---
kind: pipeline
name: one
steps:
- name: build
image: alpine
commands:
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
---
kind: pipeline
name: two
steps:
- name: build
image: alpine
commands:
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
...