diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2424b7ddb3dee6d1ed166bbafaec40456ded4852..180aa2504525ec809141483a334d108ec4362873 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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