Skip to content

Commit

Permalink
Promote orchestra next-* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Cremonese authored and aleclearmind committed Mar 1, 2021
1 parent d2ef694 commit 815bc89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .orchestra/ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 815bc89

Please sign in to comment.