File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ commands:
128128 cd build/platforms
129129 make build OSNICK=<<parameters.platform>> VERSION=$CIRCLE_TAG BRANCH=$CIRCLE_BRANCH TEST=1 SHOW=1
130130
131+ # ----------------------------------------------------------------------------------------------------------------------------------
132+
131133jobs :
132134 build :
133135 docker :
@@ -140,7 +142,7 @@ jobs:
140142 platform :
141143 type : string
142144 docker :
143- - image : redisfab/rmbuilder:6.2.5-x64-buster
145+ - image : ubuntu:bionic
144146 steps :
145147 - platforms-build-steps :
146148 platform : <<parameters.platform>>
@@ -152,6 +154,7 @@ jobs:
152154 - build-steps :
153155 make_bin : gmake
154156
157+ # ----------------------------------------------------------------------------------------------------------------------------------
155158
156159on-any-branch : &on-any-branch
157160 filters :
@@ -211,6 +214,7 @@ on-integ-and-version-tags: &on-integ-and-version-tags
211214 tags :
212215 only : /^v[0-9].*/
213216
217+ # ----------------------------------------------------------------------------------------------------------------------------------
214218
215219workflows :
216220 version : 2
You can’t perform that action at this time.
0 commit comments