We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcd851 commit 9aa37caCopy full SHA for 9aa37ca
1 file changed
.gitlab-ci.yml
@@ -153,13 +153,13 @@ build:platforms-generate:
153
build:platforms:
154
stage: build
155
needs:
156
- - build:build-generate
+ - build:platforms-generate
157
inherit:
158
variables: false
159
trigger:
160
include:
161
- artifact: tmp/build-pipelines.yml
162
- job: build:build-generate
+ job: build:platforms-generate
163
strategy: depend
164
rules:
165
# Runs on staging commits and ignores version commits
0 commit comments