Skip to content

Commit 9b64982

Browse files
committed
- increase timeout for migrations step to 1h of no output
1 parent fc4e714 commit 9b64982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/deployment/commands.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.42.1/yq_linux_amd64 && chmod +x /usr/local/bin/yq
9797
- run:
9898
name: Apply database config
99+
no_output_timeout: 1h
99100
command: |
100101
bash ./scripts/apply-database-config.sh <<parameters.backend-appname>> <<parameters.cf-space>>
101102
- run:

0 commit comments

Comments
 (0)