Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
ea8014bf
Commit
ea8014bf
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Fix syntax error in download.sh
parent
10491aa6
No related branches found
No related tags found
2 merge requests
!68
Master merge
,
!34
Merge release into GPU project branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
download.sh
+2
-2
2 additions, 2 deletions
download.sh
with
2 additions
and
2 deletions
download.sh
+
2
−
2
View file @
ea8014bf
...
...
@@ -21,10 +21,10 @@ mkdir -p bin
CHECKOUTBRANCH
=
""
setCheckoutBranch
()
{
CHECKOUTBRANCH
=
"release"
if
[
-z
"
$FBRANCH
"
]
;
then
if
[
[
-z
"
$FBRANCH
"
]
]
;
then
CHECKOUTBRANCH
=
$FBRANCH
fi
if
[
-z
"
$FBRANCH2
"
]
;
then
if
[
[
-z
"
$FBRANCH2
"
]
]
;
then
CHECKOUTBRANCH
=
$FBRANCH2
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment