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 e5204a3 commit 8a3396eCopy full SHA for 8a3396e
.circleci/config.yml
@@ -75,11 +75,8 @@ jobs:
75
sudo apt-get update
76
sudo apt -y install gmic optipng
77
- run:
78
- # NOTE: We try to retry the script up to 5 times if it fails. The command could fail due
79
- # to the race (e.g. we try to push changes to index, but index has been updated by some
80
- # other pack in the mean time)
81
name: Update exchange.stackstorm.org
82
- command: ~/ci/.circle/retry_on_failure.sh ~/ci/.circle/deployment
+ command: ~/ci/.circle/deployment
83
84
workflows:
85
version: 2
0 commit comments