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

Commit

Permalink
do not setup or start
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 83b9dca commit 725db60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
/usr/local/bin/crc config set skip-check-user-in-libvirt-group true
shell: bash

- name: Set up CRC
run: /usr/local/bin/crc setup
shell: bash
# - name: Set up CRC
# run: /usr/local/bin/crc setup
# shell: bash

- name: Start up CRC VM
run: /usr/local/bin/crc start
shell: bash
# - name: Start up CRC VM
# run: /usr/local/bin/crc start
# shell: bash

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

0 comments on commit 725db60

Please sign in to comment.