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

Commit

Permalink
run as user
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Nov 13, 2023
1 parent 651c6e0 commit 593fa2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ jobs:
shell: bash

- name: Set up CRC
run: sudo -s -u ${USER} /usr/local/bin/crc setup
run: exec newgrp - && /usr/local/bin/crc setup --log-level debug
shell: bash

- name: Start up CRC VM
run: sudo -s -u ${USER} /usr/local/bin/crc start
run: exec newgrp - && /usr/local/bin/crc start --log-level debug
shell: bash

- name: Allow SSH login remotely to work with it
if: always()
uses: self-actuated/connect-ssh@master

0 comments on commit 593fa2e

Please sign in to comment.