Skip to content
Snippets Groups Projects
Commit e7850df5 authored by Your Name's avatar Your Name
Browse files

no full in cloneall

parent 590a3046
No related branches found
No related tags found
No related merge requests found
Pipeline #26074 failed
#!/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]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment