This commit is contained in:
@@ -29,10 +29,12 @@ steps:
|
|||||||
|
|
||||||
- name: update public installer repository
|
- name: update public installer repository
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
secrets: [TOKEN]
|
environment:
|
||||||
|
TOKEN:
|
||||||
|
from_secret: TOKEN
|
||||||
commands:
|
commands:
|
||||||
- apk --update add curl
|
# - apk --update add curl
|
||||||
- echo secret/TOKEN
|
- echo $TOKEN
|
||||||
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
Reference in New Issue
Block a user