Compare commits

1 Commits
Author SHA1 Message Date
frebib 48a1b15176 Initial commit
continuous-integration/drone/push Build is failing
This is a multi-line commit message
2020-01-12 22:18:33 +00:00
+5 -4
View File
@@ -6,7 +6,8 @@ steps:
- name: build
image: alpine
commands:
- env | sort
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
---
kind: pipeline
@@ -16,11 +17,11 @@ steps:
- name: build
image: alpine
commands:
- env | sort
- false
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
---
kind: signature
hmac: b7cd1a6bf1ec21accbe3dd5f1eba4acc32b69778191b83cb4ceaf003eed80176
hmac: e6c682e2e2138497c08364b4533938026f869d767e5f7013f6c72f8e4680503c
...