mirror of https://github.com/k3s-io/k3s
Add bash to curl image before running dispatch script
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/2723/head
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