Skip to content

Commit f1ba73b

Browse files
committed
ci:workaround oidc-agent bug
1 parent 92e1c67 commit f1ba73b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/run-oidc-test.sh

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
dnf -q install -y epel-release
44
dnf install -q -y oidc-agent-cli jq
55

6+
#
7+
# See: https://github.com/indigo-dc/oidc-agent/pull/601
8+
#
9+
mkdir -p ~/.config/oidc-agent
10+
echo '{}' > ~/.config/oidc-agent/issuer.config
11+
612
eval `oidc-agent --quiet`
713
oidc-agent --status
814

0 commit comments

Comments
 (0)