We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83d193 commit 3cf344fCopy full SHA for 3cf344f
1 file changed
.gitlab-ci.yml
@@ -102,19 +102,6 @@ windows-builder-x86:
102
tags:
103
- windows
104
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
-
118
# TRIGGER: Only runs if all previous succeeded
119
trigger-pipeline:
120
stage: trigger-libopenshot
0 commit comments