mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
ci/check-cherry-picks: add staging-next as pickable branches (#412306)
This commit is contained in:
commit
6b0d494178
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ fi
|
||||||
# Make sure we are inside the nixpkgs repo, even when called from outside
|
# Make sure we are inside the nixpkgs repo, even when called from outside
|
||||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||||
|
|
||||||
PICKABLE_BRANCHES="master release-??.?? staging-??.?? haskell-updates python-updates"
|
PICKABLE_BRANCHES="master staging release-??.?? staging-??.?? haskell-updates python-updates staging-next staging-next-??.??"
|
||||||
problem=0
|
problem=0
|
||||||
|
|
||||||
# Not everyone calls their remote "origin"
|
# Not everyone calls their remote "origin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue