Add bash to curl image before running dispatch script

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2020-12-16 11:29:00 -08:00 committed by Brad Davidson
parent 332fd73d46
commit 833422cab1

View File

@ -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: