Merge pull request #76 from HideyoshiSolutions/fixes-cicd-timeout

Fixes CI/CD Timeout
This commit is contained in:
2024-02-14 03:01:04 -03:00
committed by GitHub
2 changed files with 47 additions and 45 deletions

View File

@@ -48,6 +48,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
command_timeout: 1800s
script: |
sudo apt update && sudo apt install -y jq
source ~/.profile

View File

@@ -46,6 +46,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_KEY }}
command_timeout: 1800s
script: |
sudo apt update && sudo apt install -y jq
source ~/.profile