mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Add bash to curl image before running dispatch script
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
332fd73d46
commit
833422cab1
@ -303,13 +303,15 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: dispatch
|
||||
image: curlimages/curl:7.69.1
|
||||
image: curlimages/curl:7.74.0
|
||||
user: root
|
||||
environment:
|
||||
PAT_USERNAME:
|
||||
from_secret: pat_username
|
||||
PAT_TOKEN:
|
||||
from_secret: github_token
|
||||
commands:
|
||||
- apk -U --no-cache add bash
|
||||
- scripts/dispatch
|
||||
|
||||
trigger:
|
||||
|
Loading…
Reference in New Issue
Block a user