Skip to content

Commit 145e176

Browse files
cognifloydstackstorm-neptr
authored andcommitted
Revert "drop the deploy retry script"
This reverts commit aabb5c7.
1 parent 1578c8d commit 145e176

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,11 @@ jobs:
8080
sudo apt -y install gmic optipng
8181
~/ci/.circle/install_gh
8282
- run:
83+
# NOTE: We try to retry the script up to 5 times if it fails. The command could fail due
84+
# to the race (e.g. we try to push changes to index, but index has been updated by some
85+
# other pack in the mean time)
8386
name: Update exchange.stackstorm.org
84-
command: ~/ci/.circle/deployment
87+
command: ~/ci/.circle/retry_on_failure.sh ~/ci/.circle/deployment
8588

8689
workflows:
8790
version: 2

0 commit comments

Comments
 (0)