Skip to content

Commit

Permalink
chore(installation script): use BRANCH=develop , when installing from…
Browse files Browse the repository at this point in the history
… sources (#19783)

Co-authored-by: kpawelczak <42094017+kpawelczak@users.noreply.github.com>
  • Loading branch information
Platonn and kpawelczak authored Dec 16, 2024
1 parent 20bf785 commit ac00986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/config.default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SPARTACUS_PROJECTS=(
)

SPARTACUS_REPO_URL="https://github.com/SAP/spartacus.git"
BRANCH='develop-next-major'
BRANCH='develop'

# custom location for the installation output
# BASE_DIR='/tmp/'
Expand Down

0 comments on commit ac00986

Please sign in to comment.