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