Skip to content

Commit 5da775a

Browse files
committed
Update .gitlab-ci.yml
1 parent 50ae768 commit 5da775a

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.gitlab-ci.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cleanup:
2929
changes:
3030
- "*.md"
3131
tags:
32-
- build3
32+
- build2
3333

3434
build:
3535
stage: build
@@ -49,7 +49,7 @@ build:
4949
changes:
5050
- "*.md"
5151
tags:
52-
- build3
52+
- build2
5353

5454
build:tag:
5555
stage: build
@@ -66,7 +66,7 @@ build:tag:
6666
only:
6767
- tags
6868
tags:
69-
- build3
69+
- build2
7070

7171
build:tag:macos:
7272
stage: build
@@ -108,7 +108,7 @@ build:tag:elastic:
108108
only:
109109
- tags
110110
tags:
111-
- build3
111+
- build1
112112

113113
test:jest:
114114
stage: test
@@ -122,7 +122,7 @@ test:jest:
122122
changes:
123123
- "*.md"
124124
tags:
125-
- build3
125+
- build2
126126

127127
test:core:
128128
stage: test
@@ -140,9 +140,8 @@ test:core:
140140
- jest_tests/*
141141
- "*.md"
142142
- contracts/*
143-
- .gitlab-ci.yml
144143
tags:
145-
- build3
144+
- build2
146145

147146
build:docker:
148147
stage: build-docker
@@ -158,7 +157,7 @@ build:docker:
158157
changes:
159158
- "*.md"
160159
tags:
161-
- build3
160+
- build2
162161

163162
build:docker:tag:
164163
stage: build-docker
@@ -174,7 +173,7 @@ build:docker:tag:
174173
only:
175174
- tags
176175
tags:
177-
- build3
176+
- build2
178177

179178
build:docker:tag:elastic:
180179
stage: build-docker
@@ -190,7 +189,7 @@ build:docker:tag:elastic:
190189
only:
191190
- tags
192191
tags:
193-
- build3
192+
- build1
194193

195194
publish:
196195
stage: publish

0 commit comments

Comments
 (0)