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 42479fe commit 197c69aCopy full SHA for 197c69a
.circleci/config.yml
@@ -76,8 +76,11 @@ jobs:
76
sudo apt -y install gmic optipng
77
~/ci/.circle/install_gh
78
- 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)
82
name: Update exchange.stackstorm.org
- command: ~/ci/.circle/deployment
83
+ command: ~/ci/.circle/retry_on_failure.sh ~/ci/.circle/deployment
84
85
workflows:
86
version: 2
0 commit comments