Skip to content

Commit 22fb9c7

Browse files
Fix obtain-oidc-id-token - change shell to bash (#690)
1 parent 2936640 commit 22fb9c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

incubating/obtain-oidc-id-token/step.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '1.0'
22
kind: step-type
33
metadata:
4-
version: 1.2.2
4+
version: 1.2.3
55
name: obtain-oidc-id-token
66
description: >-
77
Obtain ID token from Codefresh OIDC Provider
@@ -108,6 +108,7 @@ spec:
108108
main:
109109
name: obtain-oidc-id-token
110110
image: quay.io/codefreshplugins/curl-jq
111+
shell: bash
111112
environment:
112113
- 'AUDIENCE=${{AUDIENCE}}'
113114
commands:

0 commit comments

Comments
 (0)