1 Commits
Author SHA1 Message Date
frebib 9864c9bbd9 Initial commit
continuous-integration/drone/push Build is failing
2020-01-12 22:17:32 +00:00
+4 -8
View File
@@ -6,8 +6,8 @@ steps:
- name: build
image: alpine
commands:
- env | sort
- echo cheese
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
---
kind: pipeline
@@ -17,11 +17,7 @@ steps:
- name: build
image: alpine
commands:
- env | sort
- false
---
kind: signature
hmac: b7cd1a6bf1ec21accbe3dd5f1eba4acc32b69778191b83cb4ceaf003eed80176
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
...