Skip to content

Commit d72c03b

Browse files
committed
Add variable for fractal-web ref
1 parent 646c5e1 commit d72c03b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/full_local_build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -e
44

55
date
66

7+
FRACTAL_WEB_REF=b044c44a7b3acd01f5b91b295eac0b97516ad74d
8+
9+
710
CURRENT_DIR=$(pwd)
811
WEBDIR="/tmp/WEB"
912
VENVDIR="/tmp/venv-for-landing-page"
@@ -23,7 +26,7 @@ ls -lh tasks_data_retrieval/tasks.json
2326
# Build
2427
git clone [email protected]:fractal-analytics-platform/fractal-web "$WEBDIR"
2528
cd "$WEBDIR"
26-
git checkout b044c44a7b3acd01f5b91b295eac0b97516ad74d
29+
git checkout "$FRACTAL_WEB_REF"
2730
cd "$WEBDIR/components/"
2831
npm install
2932
cd "$WEBDIR/tasks-list"

0 commit comments

Comments
 (0)