Skip to content

Commit 8a3396e

Browse files
cognifloydstackstorm-neptr
authored andcommitted
drop the deploy retry script
on-behalf-of: @StackStorm-Exchange <[email protected]>
1 parent e5204a3 commit 8a3396e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,8 @@ jobs:
7575
sudo apt-get update
7676
sudo apt -y install gmic optipng
7777
- 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)
8178
name: Update exchange.stackstorm.org
82-
command: ~/ci/.circle/retry_on_failure.sh ~/ci/.circle/deployment
79+
command: ~/ci/.circle/deployment
8380

8481
workflows:
8582
version: 2

0 commit comments

Comments
 (0)