Skip to content

Commit

Permalink
edit: update circle ci stdout timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-naxa committed Nov 20, 2024
1 parent 197431f commit 0db5101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- env
- run:
name: Run yarn test
no_output_timeout: 20m
command: |
cd ${CIRCLE_WORKING_DIRECTORY}/frontend/
CI=true yarn test -w 3 --silent
Expand Down Expand Up @@ -133,7 +134,6 @@ jobs:
--output text)
- run:
name: Make Database Backup
no_output_timeout: 20m
command: |
aws rds wait db-instance-available \
--db-instance-identifier ${RDS_ID}
Expand Down Expand Up @@ -211,7 +211,6 @@ jobs:
/tmp/tasking-manager.cfn.json > "$tmpfile" && mv "$tmpfile" $CIRCLE_WORKING_DIRECTORY/cfn-config-<< parameters.stack_name >>.json
- run:
name: Deploy to << parameters.stack_name >>
no_output_timeout: 20m
command: |
export NODE_PATH=/usr/local/share/.config/yarn/global/node_modules/
validate-template $CIRCLE_WORKING_DIRECTORY/scripts/aws/cloudformation/tasking-manager.template.js
Expand Down

0 comments on commit 0db5101

Please sign in to comment.