We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4e714 commit 9b64982Copy full SHA for 9b64982
.circleci/deployment/commands.yml
@@ -96,6 +96,7 @@
96
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
97
- run:
98
name: Apply database config
99
+ no_output_timeout: 1h
100
command: |
101
bash ./scripts/apply-database-config.sh <<parameters.backend-appname>> <<parameters.cf-space>>
102
0 commit comments