Skip to content

Commit 3cf344f

Browse files
committed
Removing manual clean-up, we'll let SQS delete messages after X minutes
1 parent d83d193 commit 3cf344f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@ windows-builder-x86:
102102
tags:
103103
- windows
104104

105-
# CLEANUP: Always run, removes both messages, then sleeps
106-
cleanup_builders:
107-
stage: cleanup-builders
108-
except:
109-
- tags
110-
tags: [gitlab]
111-
script:
112-
- receive-ci-sqs linux
113-
- receive-ci-sqs windows
114-
- echo "Pausing for ASG to scale-down..."
115-
- sleep 60
116-
when: always
117-
118105
# TRIGGER: Only runs if all previous succeeded
119106
trigger-pipeline:
120107
stage: trigger-libopenshot

0 commit comments

Comments
 (0)