don't bind to artlog toolbox

Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
2025-11-01 15:39:35 +01:00
parent f27120cc50
commit 1d96ee089b
5 changed files with 1 additions and 40 deletions

18
init.sh
View File

@@ -1,18 +1,5 @@
#!/bin/bash
setup()
{
artlog_toolbox_path=../artlog_toolbox
if [[ ! -d $artlog_toolbox_path ]]
then
git clone $artlog_toolbox_remote_origin_url $artlog_toolbox_path
pushd $artlog_toolbox_path
git checkout
popd
fi
$artlog_toolbox_path/deploy.sh
}
# parses project.gitref
project=
gitref=project.gitref
@@ -33,9 +20,6 @@ do
artloglaby)
artloglaby_remote_origin_url=$remote_origin_url
;;
artlog_toolbox)
artlog_toolbox_remote_origin_url=$remote_origin_url
;;
*)
echo "ERROR unrecognized project='$project' line='$line'"
;;
@@ -43,4 +27,4 @@ do
fi
done <$gitref
setup