Skip to content

Commit

Permalink
Revert "drop the deploy retry script"
Browse files Browse the repository at this point in the history
This reverts commit d20c251.
  • Loading branch information
cognifloyd authored and stackstorm-neptr committed Feb 9, 2021
1 parent 3cc7d6f commit 75792a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75792a5

Please sign in to comment.