Revert "debug infra workflow"

This reverts commit f447e9e77e.
This commit is contained in:
Gleb Koval 2023-09-06 01:10:26 +01:00
parent f447e9e77e
commit 46de0b3d0f
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ jobs:
mkdir -p -m 700 ~/.ssh mkdir -p -m 700 ~/.ssh
echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
cat ~/.ssh/id_rsa | wc -c
cat ~/.ssh/id_rsa | wc -l
- name: Run playbooks - name: Run playbooks
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != '' if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''