Compare commits

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