Fix wrongly parsed ssh command
This commit is contained in:
4
.github/workflows/chipyard-run-tests-gpu.yml
vendored
4
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -76,9 +76,7 @@ jobs:
|
|||||||
ls -alh .
|
ls -alh .
|
||||||
- name: Run ssh-agent
|
- name: Run ssh-agent
|
||||||
run: |
|
run: |
|
||||||
pgrep -u $USER ssh-agent || exit 1
|
pgrep -u $USER ssh-agent || false
|
||||||
# eval `ssh-agent -a $SSH_AUTH_SOCK -s`
|
|
||||||
# echo "${{ secrets.PRIVATE_SSH_KEY }}" | ssh-add -
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Git workaround
|
- name: Git workaround
|
||||||
|
|||||||
Reference in New Issue
Block a user