File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ check:test-generate:
79
79
- mkdir -p ./tmp
80
80
- >
81
81
nix-shell --run '
82
- ./scripts/check: test-generate.sh > ./tmp/check: test.yml
82
+ ./scripts/check- test-generate.sh > ./tmp/check- test.yml
83
83
'
84
84
artifacts :
85
85
when : always
86
86
paths :
87
- - ./tmp/check: test.yml
87
+ - ./tmp/check- test.yml
88
88
rules :
89
89
# Runs on staging commits and ignores version commits
90
90
- if : $CI_COMMIT_BRANCH =~ /^feature.*$/ && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
@@ -100,7 +100,7 @@ check:test:
100
100
variables : false
101
101
trigger :
102
102
include :
103
- - artifact : tmp/check: test.yml
103
+ - artifact : tmp/check- test.yml
104
104
job : check:test-generate
105
105
strategy : depend
106
106
rules :
@@ -145,12 +145,12 @@ build:platforms-generate:
145
145
- mkdir -p ./tmp
146
146
- >
147
147
nix-shell --run '
148
- ./scripts/build: platforms-generate.sh > ./tmp/build: platforms.yml
148
+ ./scripts/build- platforms-generate.sh > ./tmp/build- platforms.yml
149
149
'
150
150
artifacts :
151
151
when : always
152
152
paths :
153
- - ./tmp/build: platforms.yml
153
+ - ./tmp/build- platforms.yml
154
154
rules :
155
155
# Runs on staging commits and ignores version commits
156
156
- if : $CI_COMMIT_BRANCH == 'staging' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
@@ -165,7 +165,7 @@ build:platforms:
165
165
variables : false
166
166
trigger :
167
167
include :
168
- - artifact : tmp/build: platforms.yml
168
+ - artifact : tmp/build- platforms.yml
169
169
job : build:platforms-generate
170
170
strategy : depend
171
171
rules :
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments