From ab4471f51ea10da19ef9c15779668af224c8661c Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sat, 27 Feb 2021 11:03:19 +0000 Subject: [PATCH] Remove steps that cause noise during debugging --- .github/workflows/demo.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 6b6f041..c342b08 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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