Skip to content
Snippets Groups Projects
Commit a9d6ff6b authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Fix broken openapi specs due to change in default branch name

parent 5c3e7882
No related branches found
No related tags found
1 merge request!11Fix broken openapi specs due to change in default branch name
Pipeline #53395 passed
...@@ -13,7 +13,7 @@ specs: ...@@ -13,7 +13,7 @@ specs:
location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-mailing-lists-api/-/raw/main/spec/openapi.yaml" location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-mailing-lists-api/-/raw/main/spec/openapi.yaml"
- name: "eclipsefdn-media-link-api" - name: "eclipsefdn-media-link-api"
displayName: Media link API displayName: Media link API
location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-media-link-api/-/raw/master/spec/openapi.yaml" location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-media-link-api/-/raw/main/spec/openapi.yaml"
- name: "eclipsefdn-profile-api" - name: "eclipsefdn-profile-api"
displayName: Profile API displayName: Profile API
location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-profile-api/-/raw/main/spec/openapi.yaml" location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-profile-api/-/raw/main/spec/openapi.yaml"
...@@ -46,4 +46,4 @@ specs: ...@@ -46,4 +46,4 @@ specs:
location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/raw/main/spec/openapi.yaml" location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/raw/main/spec/openapi.yaml"
- name: "eclipsefdn-geoip-api" - name: "eclipsefdn-geoip-api"
displayName: GeoIP API displayName: GeoIP API
location: "https://gitlab.eclipse.org/eclipsefdn/it/api/geoip-rest-api/-/raw/master/spec/openapi.yaml" location: "https://gitlab.eclipse.org/eclipsefdn/it/api/geoip-rest-api/-/raw/main/spec/openapi.yaml"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment