git strategy fixed

This commit is contained in:
2021-12-08 16:15:29 +01:00
parent c2cbc96d83
commit dc68119b51

View File

@ -18,6 +18,8 @@ extract_client_definition:
- rm ws.json && mv ws.json-new ws.json
generateclient_dotnetcore:
variables:
GIT_STRATEGY: fetch
after_script:
- INSTANCE_SPECIFIER=`cat instance.txt`
- API_MAJOR_VERSION=`cat api_major_version.txt`