Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 2e5f3b9

Browse files
cognifloydstackstorm-neptr
authored andcommitted
drop the deploy retry script
on-behalf-of: @StackStorm-Exchange <info@stackstorm.com>
1 parent 3ef4360 commit 2e5f3b9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.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)