test: dont clone if exists [ci skip]
This commit is contained in:
parent
a2116774e8
commit
eb9894e5bb
@ -28,6 +28,8 @@ _ensure_latest_version(){
|
||||
}
|
||||
|
||||
_ensure_catalogue(){
|
||||
run git clone https://git.coopcloud.tech/coop-cloud/recipes-catalogue-json.git $ABRA_DIR/catalogue
|
||||
assert_success
|
||||
if [[ ! -d "$ABRA_DIR/catalogue" ]]; then
|
||||
run git clone https://git.coopcloud.tech/coop-cloud/recipes-catalogue-json.git $ABRA_DIR/catalogue
|
||||
assert_success
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user