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