We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730f1e7 commit dec2e21Copy full SHA for dec2e21
rootfs/fink/bin/download_datasim.sh
@@ -22,10 +22,10 @@ set -euxo pipefail
22
23
data_subpath="datasim/basic_alerts/all_distribute_topics"
24
datasim_path="/datasim"
25
-workdir="/tmp/fink-broker"
+workdir="/tmp/fink-alert-schemas"
26
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"
+git clone --single-branch -b "v0.0.2-rc0" -n --depth=1 --filter=tree:0 \
+ https://github.com/astrolabsoftware/fink-alert-schemas.git "$workdir"
29
git -C "$workdir" sparse-checkout set --no-cone "$data_subpath"
30
git -C "$workdir" checkout
31
0 commit comments