Skip to content

Commit 9aa37ca

Browse files
committed
ci: small fix
1 parent 9fcd851 commit 9aa37ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ build:platforms-generate:
153153
build:platforms:
154154
stage: build
155155
needs:
156-
- build:build-generate
156+
- build:platforms-generate
157157
inherit:
158158
variables: false
159159
trigger:
160160
include:
161161
- artifact: tmp/build-pipelines.yml
162-
job: build:build-generate
162+
job: build:platforms-generate
163163
strategy: depend
164164
rules:
165165
# Runs on staging commits and ignores version commits

0 commit comments

Comments
 (0)