Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-stephens committed Nov 13, 2023
1 parent fa2c97f commit a4a59d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
run: echo '${{ secrets.OPENSHIFT_PULL_SECRET }}' > ./pull-secret.txt
shell: bash

- name: Debug
run: |
whoami
groups
sudo groups
shell: bash

- name: Configure CRC
run: |
/usr/local/bin/crc config set pull-secret-file "$PWD/pull-secret.txt"
Expand Down

0 comments on commit a4a59d6

Please sign in to comment.