remove error test
This commit is contained in:
@@ -68,13 +68,3 @@ jobs:
|
|||||||
docker image prune -af --filter "until=48h" || { echo "ERROR: ارور در پاک کردن images";}
|
docker image prune -af --filter "until=48h" || { echo "ERROR: ارور در پاک کردن images";}
|
||||||
|
|
||||||
docker builder prune -af --filter "until=48h" || { echo "ERROR: ارور در پاک کردن builder cache";}
|
docker builder prune -af --filter "until=48h" || { echo "ERROR: ارور در پاک کردن builder cache";}
|
||||||
|
|
||||||
|
|
||||||
- name: error test
|
|
||||||
uses: appleboy/ssh-action@v0.1.6
|
|
||||||
with:
|
|
||||||
host: ${{ secrets.SERVER_HOST }}
|
|
||||||
username: ${{ secrets.SSH_USER }}
|
|
||||||
password: ${{ secrets.SSH_PASSWORD }}
|
|
||||||
script: |
|
|
||||||
cd /root/asdfasdfasdfasdf/ || { echo "ERROR: دایرکتوری پیدا نشد"; exit 1; }
|
|
||||||
Reference in New Issue
Block a user