Skip to content

Commit e81b842

Browse files
committed
adding selection to remove installsation of docker
1 parent 9747188 commit e81b842

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hack/python-sdk/gen-sdk.sh

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ ${CONTAINER_ENGINE} run --rm \
7575
-o /local/"${SDK_OUTPUT_PATH}" \
7676
-c local/"${SWAGGER_CODEGEN_FILE}"
7777

78+
if [ -d "docker-17.03.0-ce.tgz" ]; then
79+
echo "Removing docker install folder"
80+
rm -r docker-17.03.0-ce.tgz
81+
fi
82+
7883
echo "Running post-generation script ..."
7984
"${repo_root}"/hack/python-sdk/post_gen.py
8085

0 commit comments

Comments
 (0)