File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ jobs:
204204 - command_build_and_test :
205205 nodeNo : " 3"
206206 node4 :
207- docker :
208- - image : fkrull/multi-python
207+ machine :
208+ image : ubuntu-2004:202201-02
209209 working_directory : ~/OpenAPITools/openapi-generator
210210 shell : /bin/bash --login
211211 environment :
@@ -215,7 +215,7 @@ jobs:
215215 DOCKER_CODEGEN_CLI_IMAGE_NAME : openapitools/openapi-generator-cli
216216 steps :
217217 - checkout
218- - command_docker_build_and_test :
218+ - command_build_and_test :
219219 nodeNo : " 4"
220220workflows :
221221 version : 2
Original file line number Diff line number Diff line change 99
1010export NODE_ENV=test
1111
12- function cleanup {
13- # Show logs of 'petstore.swagger' container to troubleshoot Unit Test failures, if any.
14- if [ " $NODE_INDEX " != " 4" ]; then
15- docker logs petstore.swagger # container name specified in circle.yml
16- fi
17- }
18-
19- trap cleanup EXIT
20-
2112if [ " $NODE_INDEX " = " 1" ]; then
2213 echo " Running node $NODE_INDEX to test 'samples.circleci' defined in pom.xml ..."
2314 java -version
You can’t perform that action at this time.
0 commit comments