Skip to content

Commit dec2e21

Browse files
committed
Retrieve data in fink-alert-schemas
1 parent 730f1e7 commit dec2e21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rootfs/fink/bin/download_datasim.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ set -euxo pipefail
2222

2323
data_subpath="datasim/basic_alerts/all_distribute_topics"
2424
datasim_path="/datasim"
25-
workdir="/tmp/fink-broker"
25+
workdir="/tmp/fink-alert-schemas"
2626

27-
git clone --single-branch -b "ztf_dataset_v2_beta" -n --depth=1 --filter=tree:0 \
28-
https://github.com/astrolabsoftware/fink-broker.git "$workdir"
27+
git clone --single-branch -b "v0.0.2-rc0" -n --depth=1 --filter=tree:0 \
28+
https://github.com/astrolabsoftware/fink-alert-schemas.git "$workdir"
2929
git -C "$workdir" sparse-checkout set --no-cone "$data_subpath"
3030
git -C "$workdir" checkout
3131

0 commit comments

Comments
 (0)