CI-CD debugging part III
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 25s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 25s
This commit is contained in:
parent
b1ac247ee2
commit
a8a94e7506
@ -26,3 +26,26 @@ jobs:
|
|||||||
- run: echo ${{ steps.plan.outputs.stdout }}
|
- run: echo ${{ steps.plan.outputs.stdout }}
|
||||||
- run: echo ${{ steps.plan.outputs.stderr }}
|
- run: echo ${{ steps.plan.outputs.stderr }}
|
||||||
- run: echo ${{ steps.plan.outputs.exitcode }}
|
- run: echo ${{ steps.plan.outputs.exitcode }}
|
||||||
|
- name: Update ssh config
|
||||||
|
run: |
|
||||||
|
umask 077
|
||||||
|
mkdir .ssh
|
||||||
|
echo -e "Host git.libre.audio\n Port 2222" >> ~/.ssh/config
|
||||||
|
- name: tofu Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: 'seasharp/eqit_tofu-plan'
|
||||||
|
ref: 'refs/heads/main'
|
||||||
|
path: 'tofu'
|
||||||
|
ssh-key: |-
|
||||||
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
|
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||||
|
QyNTUxOQAAACCrwBEqzNuM0VFHpy9bBprXebPnu6oZFBfucpT1k3Bv8gAAAJh9CogdfQqI
|
||||||
|
HQAAAAtzc2gtZWQyNTUxOQAAACCrwBEqzNuM0VFHpy9bBprXebPnu6oZFBfucpT1k3Bv8g
|
||||||
|
AAAECnSrigm9ALsWTb6RnDhDFV/nViuPK1jzoE+FAmrwYfdavAESrM24zRUUenL1sGmtd5
|
||||||
|
s+e7qhkUF+5ylPWTcG/yAAAAEW0wMHRAbWlzZXJ2ZXIubGFuAQIDBA==
|
||||||
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
|
ssh-known-hosts: |
|
||||||
|
git.libre.audio ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLiDhNN7aPdGUt8gvvAftF5Oo3xwsy/JcT9gcX00BDW
|
||||||
|
[git.libre.audio]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLiDhNN7aPdGUt8gvvAftF5Oo3xwsy/JcT9gcX00BDW
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user