Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
docs
Commits
2256fde3
Commit
2256fde3
authored
Oct 03, 2019
by
rinpatch
Browse files
Fix branch detection and hardcode fe branch to be develop
parent
c36706be
Pipeline
#18152
failed with stages
in 1 minute and 12 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
manage.sh
View file @
2256fde3
...
...
@@ -3,7 +3,7 @@
fetch
()
{
if
[
$LOCAL
=
false
]
;
then
mkdir
.tmp
git clone
$FRONTEND_REPO
--branch
$BRANCH
--depth
1 .tmp/fe
git clone
$FRONTEND_REPO
--branch
develop
--depth
1 .tmp/fe
git clone
$BACKEND_REPO
--branch
$BRANCH
--depth
1 .tmp/be
FRONTEND_REPO
=
.tmp/fe
BACKEND_REPO
=
.tmp/be
...
...
@@ -75,7 +75,7 @@ else
shift
2
;;
--branch
)
branch
=
"
$2
"
BRANCH
=
"
$2
"
shift
2
;;
-
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment