Compare commits
No commits in common. "7178b7c9a0266f328b5c8c96f1838c38d3ada140" and "48a1b15176ad8d6dca30df4bd85d367fd5ae1dc9" have entirely different histories.
7178b7c9a0
...
48a1b15176
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user