Use raw ssh only
This commit is contained in:
parent
925b22869a
commit
627f2c7f81
8
.github/workflows/on-pr.yaml
vendored
8
.github/workflows/on-pr.yaml
vendored
@ -43,13 +43,7 @@ jobs:
|
|||||||
scp -o 'StrictHostKeyChecking no' -i /tmp/key .github/workflows/run_unit_test.sh ${{ env.BUILD_USERNAME }}@${{ env.BUILD_HOSTNAME }}:/tmp/run_unit_test.sh
|
scp -o 'StrictHostKeyChecking no' -i /tmp/key .github/workflows/run_unit_test.sh ${{ env.BUILD_USERNAME }}@${{ env.BUILD_HOSTNAME }}:/tmp/run_unit_test.sh
|
||||||
|
|
||||||
- name: Trigger Unit Test
|
- name: Trigger Unit Test
|
||||||
uses: appleboy/ssh-action@master
|
run: ssh -o 'StrictHostKeyChecking no' -i /tmp/key /tmp/run_unit_test.sh
|
||||||
with:
|
|
||||||
host: ${{ env.BUILD_HOSTNAME }}
|
|
||||||
username: ${{ env.BUILD_USERNAME }}
|
|
||||||
key_path: /tmp/key
|
|
||||||
port: 22
|
|
||||||
script: /tmp/run_unit_test.sh
|
|
||||||
|
|
||||||
- name: Get the logs and cat them
|
- name: Get the logs and cat them
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user