Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nightlies for all main branches #50

Merged
merged 1 commit into from
Dec 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions plugins/config/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ repositories:
# first entry matching the name is used
projects:
# Use nightlies in all main branches
- name: ignition-cmake3
repositories:
- name: osrf
type: stable
- name: osrf
type: nightly
- name: ignition-common5
repositories:
- name: osrf
Expand Down Expand Up @@ -79,6 +85,12 @@ projects:
type: stable
- name: osrf
type: nightly
- name: ignition-plugin2
repositories:
- name: osrf
type: stable
- name: osrf
type: nightly
- name: ignition-rendering7
repositories:
- name: osrf
Expand All @@ -91,12 +103,24 @@ projects:
type: stable
- name: osrf
type: nightly
- name: ignition-tools2
repositories:
- name: osrf
type: stable
- name: osrf
type: nightly
- name: ignition-transport12
repositories:
- name: osrf
type: stable
- name: osrf
type: nightly
- name: ignition-utils2
repositories:
- name: osrf
type: stable
- name: osrf
type: nightly
- name: sdformat13
repositories:
- name: osrf
Expand Down