Closed
Description
In the context of PR #318 I want to run update-client.sh
, but I'm getting this error:
>>> Running python generator from the gen repo
--- Building docker image...
Sending build context to Docker daemon 76.29 kB
Step 1 : FROM maven:3.5-jdk-7
---> a8b0e2ae2cbc
Step 2 : ARG SWAGGER_CODEGEN_COMMIT
---> Using cache
---> f9f1390dee86
Step 3 : ARG GENERATION_XML_FILE
---> Using cache
---> 724cb4ca22e0
Step 4 : ARG SWAGGER_CODEGEN_USER_ORG=swagger-api
---> Using cache
---> 1b9869fafeae
Step 5 : RUN apt-get update && apt-get -y install python-pip && pip install urllib3
---> Using cache
---> 429120dc6bc1
Step 6 : RUN mkdir /source && cd /source && git clone -n https://github.com/${SWAGGER_CODEGEN_USER_ORG}/swagger-codegen.git && cd swagger-codegen && git checkout $SWAGGER_CODEGEN_COMMIT
---> Running in 42a74a4141e1
Cloning into 'swagger-codegen'...
error: pathspec 'v2.3.0' did not match any file(s) known to git.
The command '/bin/sh -c mkdir /source && cd /source && git clone -n https://github.com/${SWAGGER_CODEGEN_USER_ORG}/swagger-codegen.git && cd swagger-codegen && git checkout $SWAGGER_CODEGEN_COMMIT' returned a non-zero code: 1
Am I doing something wrong? Thanks!
Metadata
Metadata
Assignees
Labels
No labels