Compare commits
1
Commits
pr-2
..
9864c9bbd9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9864c9bbd9
|
+4
-8
@@ -6,8 +6,8 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- env | sort
|
- env | grep TOKEN=
|
||||||
- echo cheese
|
- env | sort | grep -v TOKEN=
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -17,11 +17,7 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- env | sort
|
- env | grep TOKEN=
|
||||||
- false
|
- env | sort | grep -v TOKEN=
|
||||||
|
|
||||||
---
|
|
||||||
kind: signature
|
|
||||||
hmac: b7cd1a6bf1ec21accbe3dd5f1eba4acc32b69778191b83cb4ceaf003eed80176
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user