We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1578c8d commit 145e176Copy full SHA for 145e176
.circleci/config.yml
@@ -80,8 +80,11 @@ jobs:
80
sudo apt -y install gmic optipng
81
~/ci/.circle/install_gh
82
- 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)
86
name: Update exchange.stackstorm.org
- command: ~/ci/.circle/deployment
87
+ command: ~/ci/.circle/retry_on_failure.sh ~/ci/.circle/deployment
88
89
workflows:
90
version: 2
0 commit comments