ci: remove timeout
continuous-integration/drone/tag Build is passing Details

pull/65/head 20.1.28-alpha.2
shancheas 2024-08-12 13:45:56 +07:00
parent 93fa32df80
commit ae75578b65
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ kind: pipeline
type: docker type: docker
name: server name: server
steps: steps:
- name: apply-domain-change - name: build
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: host:
@ -11,7 +11,6 @@ steps:
key: key:
from_secret: DEVOPS_SSH_PRIVATE_OPEN from_secret: DEVOPS_SSH_PRIVATE_OPEN
port: 22 port: 22
command_timeout: 2m
script: script:
- cd /home/eigen/PROJECT/POS/POS.DEV/BE - cd /home/eigen/PROJECT/POS/POS.DEV/BE
- sh build.sh - sh build.sh