Skip to content
Snippets Groups Projects
Commit bb51db15 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

CI: support .gitreview of unmaintained branch

Change-Id: Ica6c0b204094ed61aef8242c934eb3b7715ce944
parent 2d0f797b
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ function config_defaults {
if [[ "${BRANCH}" == "" ]]; then
SERIES="master"
else
SERIES="$(echo ${BRANCH} | sed 's|stable/||')"
SERIES="$(echo ${BRANCH} | sed -E 's,(stable|unmaintained)/,,')"
fi
# Upper constraints to use when installing Python packages.
......
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