From a99a0f0c1e49ef9d18795433c0f07ccea559feec Mon Sep 17 00:00:00 2001 From: Stefan Wiedemann Date: Fri, 5 Mar 2021 12:05:46 +0100 Subject: [PATCH] commit bundled api --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4998007..211fd19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ test: services: - ngsi-local script: - - echo $TEST + - echo ${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 -- GitLab