Commit 50c80ea1 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Update 2 files

- /common-openapi/generateOpenapi.sh
- /common-openapi/.gitlab-ci.yml
parent 5c50abb1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ Generation of OpenAPI:
  stage: openapi
  before_script:
    - |
     curl --header "PRIVATE-TOKEN: $PIPELINE_PROJECT_TOKEN" "${CI_API_V4_URL}/projects/694/repository/files/common-openapi%2FgenerateOpenapi%2Esh/raw?ref=main" >> generateOpenapi.sh
     curl --header "PRIVATE-TOKEN: $PIPELINE_PROJECT_TOKEN" "${CI_API_V4_URL}/projects/694/repository/files/common-openapi%2FgenerateOpenapi%2Esh/raw?ref=test-fixes" >> generateOpenapi.sh
    - chmod +x generateOpenapi.sh
    - |
     curl --header "PRIVATE-TOKEN: $PIPELINE_PROJECT_TOKEN" "${CI_API_V4_URL}/projects/694/repository/files/common-openapi%2Fproject-config%2Eyaml/raw?ref=main" >> project-config.yaml
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ if [ "$#" -ne 4 ]; then
    exit 1
fi

DOC2OAS_DOCKER_IMAGE=doc2oas-ie-sample:master
DOC2OAS_DOCKER_IMAGE=doc2oas-ie-sample:issues-18-21-fixes

# Get version from spec file name in root doc directory
cd doc