Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hotwheels
gitlab-profile
Commits
e7850df5
Commit
e7850df5
authored
3 months ago
by
Your Name
Browse files
Options
Downloads
Patches
Plain Diff
no full in cloneall
parent
590a3046
No related branches found
No related tags found
No related merge requests found
Pipeline
#26074
failed
3 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cloneall.bash
+3
-5
3 additions, 5 deletions
cloneall.bash
with
3 additions
and
5 deletions
cloneall.bash
+
3
−
5
View file @
e7850df5
#!/bin/bash
set
-vex
REPOS
=(
${
REPOS
:
=gitlab-profile core io integrate octree domain PM
}
)
REPOS
=(
${
REPOS
:
=gitlab-profile
easyc utils
core io integrate octree domain PM
}
)
:
${
SESSION_NAME
:
=hw
}
:
${
HW
_BUILD
=
$PWD
/build/
}
:
${
HW
_DATA
=
$PWD
/
build
/
}
:
${
EC
_BUILD
=
$PWD
/build/
}
:
${
EC
_DATA
=
$PWD
/
data
/
}
while
getopts
"cptlr:"
opt
do
...
...
@@ -42,8 +42,6 @@ if [ ! -z "$tmuxa" ]; then
if
!
tmux has-session
-t
$SESSION_NAME
;
then
# Create a new tmux session
[[
-d
full
]]
&&
REPOS+
=(
full
)
for
index
in
"
${
!REPOS[@]
}
"
;
do
value
=
"
${
REPOS
[index]
}
"
...
...
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