Skip to content

Commit

Permalink
--cleanup-on-fail for ooi
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hamman committed Mar 13, 2020
1 parent 9157996 commit e55e623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -274,7 +274,7 @@ jobs:
BODY="Deployment to ooi-${CIRCLE_BRANCH} failed on `date -u +'%D at %T UTC.'`"
errormsg() { ./.circleci/send-email "${EMAIL}" "${SUBJECT}" "${BODY}"; }
trap errormsg ERR
hubploy deploy ooi pangeo-deploy ${CIRCLE_BRANCH} --timeout 1200s --force
hubploy deploy ooi pangeo-deploy ${CIRCLE_BRANCH} --timeout 1200s --cleanup-on-fail
workflows:
version: 2
Expand Down

0 comments on commit e55e623

Please sign in to comment.