mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-20 18:19:07 +08:00
Remove steps that cause noise during debugging
This commit is contained in:
6
.github/workflows/demo.yml
vendored
6
.github/workflows/demo.yml
vendored
@@ -57,10 +57,4 @@ jobs:
|
||||
${{ secrets.MPDUDE_TEST_1_DEPLOY_KEY }}
|
||||
${{ secrets.MPDUDE_TEST_2_DEPLOY_KEY }}
|
||||
- run: |
|
||||
ssh-add -l
|
||||
git clone https://github.com/mpdude/test-1.git test-1-http
|
||||
git clone git@github.com:mpdude/test-1.git test-1-git
|
||||
git clone ssh://git@github.com/mpdude/test-1.git test-1-git-ssh
|
||||
git clone https://github.com/mpdude/test-2.git test-2-http
|
||||
git clone git@github.com:mpdude/test-2.git test-2-git
|
||||
git clone ssh://git@github.com/mpdude/test-2.git test-2-git-ssh
|
||||
|
||||
Reference in New Issue
Block a user