Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ test: - scripts/setBasePath.sh https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master http://localhost:9090 - docker run --network host -i -v ${PWD}/:/data wistefan/redocly-openapi-cli bundle /data/spec/updated/ngsi-ld-spec-open-api.json -o /data/spec/updated/generated/full_api.json - docker run --network host --rm -v ${PWD}/:/local openapitools/openapi-generator-cli validate -i /local/spec/updated/generated/full_api.json - echo ${PWD} - ls /spec/updated/generated/ - git config --global user.email "${CI_EMAIL}" - git config --global user.name "${CI_USERNAME}" - git add -f ${PWD}/spec/updated/generated/full_api.json Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ test: - scripts/setBasePath.sh https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master http://localhost:9090 - docker run --network host -i -v ${PWD}/:/data wistefan/redocly-openapi-cli bundle /data/spec/updated/ngsi-ld-spec-open-api.json -o /data/spec/updated/generated/full_api.json - docker run --network host --rm -v ${PWD}/:/local openapitools/openapi-generator-cli validate -i /local/spec/updated/generated/full_api.json - echo ${PWD} - ls /spec/updated/generated/ - git config --global user.email "${CI_EMAIL}" - git config --global user.name "${CI_USERNAME}" - git add -f ${PWD}/spec/updated/generated/full_api.json Loading