mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update download-and-test-external.yml
This commit is contained in:
@@ -84,7 +84,7 @@ jobs:
|
||||
- name: Remove temporally repositories
|
||||
run: |
|
||||
|
||||
ssh -p ${{ secrets.HOST_UPLOAD_PORT }} ${{ inputs.HOST_USER }}@${{ inputs.HOST_DEPLOY }} "ls -l rm -rf /storage/artifacts/*"
|
||||
ssh -o StrictHostKeychecking=no -p ${{ secrets.HOST_UPLOAD_PORT }} ${{ inputs.HOST_USER }}@${{ inputs.HOST_DEPLOY }} "ls -l rm -rf /storage/artifacts/*"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user