Compare commits

...

No commits in common. "48a1b15176ad8d6dca30df4bd85d367fd5ae1dc9" and "7178b7c9a0266f328b5c8c96f1838c38d3ada140" have entirely different histories.

View File

@ -6,8 +6,7 @@ steps:
- name: build
image: alpine
commands:
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
- env | sort
---
kind: pipeline
@ -17,11 +16,11 @@ steps:
- name: build
image: alpine
commands:
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
- env | sort
- false
---
kind: signature
hmac: e6c682e2e2138497c08364b4533938026f869d767e5f7013f6c72f8e4680503c
hmac: b7cd1a6bf1ec21accbe3dd5f1eba4acc32b69778191b83cb4ceaf003eed80176
...