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 646c5e1 commit d72c03bCopy full SHA for d72c03b
tools/full_local_build.sh
@@ -4,6 +4,9 @@ set -e
4
5
date
6
7
+FRACTAL_WEB_REF=b044c44a7b3acd01f5b91b295eac0b97516ad74d
8
+
9
10
CURRENT_DIR=$(pwd)
11
WEBDIR="/tmp/WEB"
12
VENVDIR="/tmp/venv-for-landing-page"
@@ -23,7 +26,7 @@ ls -lh tasks_data_retrieval/tasks.json
23
26
# Build
24
27
git clone [email protected]:fractal-analytics-platform/fractal-web "$WEBDIR"
25
28
cd "$WEBDIR"
-git checkout b044c44a7b3acd01f5b91b295eac0b97516ad74d
29
+git checkout "$FRACTAL_WEB_REF"
30
cd "$WEBDIR/components/"
31
npm install
32
cd "$WEBDIR/tasks-list"
0 commit comments