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