restricts ssh permissions
Interp architectural test suite / Build and test interp backend (push) Failing after 1m22s
Details
Interp architectural test suite / Build and test interp backend (push) Failing after 1m22s
Details
This commit is contained in:
parent
b157d916cb
commit
070f179ca8
|
@ -12,7 +12,9 @@ jobs:
|
||||||
- name: Checkout TGC-COMPLIANCE
|
- name: Checkout TGC-COMPLIANCE
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ssh_key
|
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ssh_key
|
||||||
git clone --recursive -c core.sshCommand="/usr/bin/ssh -i ssh_key -o StrictHostKeyChecking=accept-new" ssh://git@git.minres.com:2221/TGFS/TGC-COMPLIANCE.git
|
chmod 600 ssh_key
|
||||||
|
ssh-keyscan git.minres.com >> ~/.ssh/known_hosts
|
||||||
|
git clone --recursive -c core.sshCommand="/usr/bin/ssh -i ssh_key" ssh://git@git.minres.com:2221/TGFS/TGC-COMPLIANCE.git
|
||||||
|
|
||||||
- name: Build tgc-sim executable
|
- name: Build tgc-sim executable
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue