File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -12,39 +12,39 @@ workflows:
1212 tags :
1313 only : /.*/
1414 branches :
15- only : master
15+ only : /.*/
1616
1717 - darwin-arm64 :
1818 name : darwin-arm64
1919 filters :
2020 tags :
2121 only : /.*/
2222 branches :
23- only : master
23+ only : /.*/
2424
2525 - linux-amd64 :
2626 name : linux-amd64
2727 filters :
2828 tags :
2929 only : /.*/
3030 branches :
31- only : master
31+ only : /.*/
3232
3333 - linux-arm64 :
3434 name : linux-arm64
3535 filters :
3636 tags :
3737 only : /.*/
3838 branches :
39- only : master
39+ only : /.*/
4040
4141 - linux-amd64-apline :
4242 name : linux-amd64-apline
4343 filters :
4444 tags :
4545 only : /.*/
4646 branches :
47- only : master
47+ only : /.*/
4848
4949 - docker-image-build :
5050 name : docker-image-build
@@ -112,7 +112,7 @@ jobs:
112112
113113 darwin-amd64 :
114114 docker :
115- - image : cimg/go :1.20
115+ - image : golang :1.20-bullseye
116116 steps :
117117 - checkout
118118 - run :
@@ -134,7 +134,7 @@ jobs:
134134
135135 darwin-arm64 :
136136 docker :
137- - image : cimg/go :1.20
137+ - image : golang :1.20-bullseye
138138 steps :
139139 - checkout
140140 - run :
@@ -156,7 +156,7 @@ jobs:
156156
157157 linux-amd64 :
158158 docker :
159- - image : cimg/go :1.20
159+ - image : golang :1.20-bullseye
160160 steps :
161161 - checkout
162162 - run :
@@ -176,6 +176,7 @@ jobs:
176176 - run :
177177 name : Waiting for local-kms to be ready
178178 command : |
179+ apt update && apt install -y netcat
179180 for i in `seq 1 10`;
180181 do
181182 nc -z localhost 4599 && echo Success && exit 0
@@ -186,7 +187,7 @@ jobs:
186187 - run :
187188 name : Run tests
188189 command : |
189- sudo apt update && sudo apt install python3-pip
190+ apt update && apt install -y python3-pip
190191 cd tests/functional
191192 pip3 install -r requirments.txt
192193 pytest
@@ -200,7 +201,7 @@ jobs:
200201
201202 linux-arm64 :
202203 docker :
203- - image : cimg/go :1.20
204+ - image : golang :1.20-bullseye
204205 steps :
205206 - checkout
206207 - run :
You can’t perform that action at this time.
0 commit comments