From 75792a5f075db847bd61ae6c16f2ace6ac597700 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Mon, 8 Feb 2021 21:58:40 -0600 Subject: [PATCH] Revert "drop the deploy retry script" This reverts commit d20c251136c12124b41df92c52742a0b5e65ac50. --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c95134f..1142aa9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,8 +76,11 @@ jobs: sudo apt -y install gmic optipng ~/ci/.circle/install_gh - run: + # NOTE: We try to retry the script up to 5 times if it fails. The command could fail due + # to the race (e.g. we try to push changes to index, but index has been updated by some + # other pack in the mean time) name: Update exchange.stackstorm.org - command: ~/ci/.circle/deployment + command: ~/ci/.circle/retry_on_failure.sh ~/ci/.circle/deployment workflows: version: 2