Skip to content

Commit 9e496e6

Browse files
cognifloydstackstorm-neptr
authored andcommitted
Revert "drop the deploy retry script"
This reverts commit 8ddb72e.
1 parent 8aa9618 commit 9e496e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ jobs:
7676
sudo apt -y install gmic optipng
7777
~/ci/.circle/install_gh
7878
- run:
79+
# NOTE: We try to retry the script up to 5 times if it fails. The command could fail due
80+
# to the race (e.g. we try to push changes to index, but index has been updated by some
81+
# other pack in the mean time)
7982
name: Update exchange.stackstorm.org
80-
command: ~/ci/.circle/deployment
83+
command: ~/ci/.circle/retry_on_failure.sh ~/ci/.circle/deployment
8184

8285
workflows:
8386
version: 2

0 commit comments

Comments
 (0)