From 815bc893f5cf6c2511faa96701ad34256367e5e9 Mon Sep 17 00:00:00 2001 From: Filippo Cremonese Date: Fri, 26 Feb 2021 16:46:51 +0100 Subject: [PATCH] Promote orchestra next-* branches --- .orchestra/ci/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.orchestra/ci/ci.sh b/.orchestra/ci/ci.sh index b3bf4254..bedfd5af 100755 --- a/.orchestra/ci/ci.sh +++ b/.orchestra/ci/ci.sh @@ -171,8 +171,8 @@ if test "$PUSH_CHANGES" = 1; then fi done - # Promote next-* to * - for SOURCE_PATH in $(orc ls --git-sources); do + # Promote next-* to *, including orchestra + for SOURCE_PATH in $(orc ls --git-sources) "$ORCHESTRA_ROOT"; do if test -e "$SOURCE_PATH/.git"; then cd "$SOURCE_PATH" BRANCH="$(git rev-parse --abbrev-ref HEAD)"