Skip to content
Snippets Groups Projects

Fix broken openapi specs due to change in default branch name

Merged Martin Lowe requested to merge malowe/main/fix-1 into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -13,7 +13,7 @@ specs:
location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-mailing-lists-api/-/raw/main/spec/openapi.yaml"
- name: "eclipsefdn-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"
displayName: Profile API
location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-profile-api/-/raw/main/spec/openapi.yaml"
@@ -46,4 +46,4 @@ specs:
location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/raw/main/spec/openapi.yaml"
- name: "eclipsefdn-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"
Loading