14.12.25 - фикс пайплайна CI #1
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 1s
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 1s
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "${{ secrets.SUBTREE_SSH_KEY }}" > ~/.ssh/id_ed25519
|
echo "${{ secrets.SUBTREE_SSH_KEY }}" > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
ssh-keyscan 10.25.100.250 >> ~/.ssh/known_hosts
|
ssh-keyscan -p 2222 10.25.100.250 >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
- name: Clone backend monorepo
|
- name: Clone backend monorepo
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user