Skip to content

Commit 7dac066

Browse files
committed
Pin commit
1 parent 3237032 commit 7dac066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/full_local_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ls -lh tasks_data_retrieval/tasks.json
2323
# Build
2424
git clone [email protected]:fractal-analytics-platform/fractal-web "$WEBDIR"
2525
cd "$WEBDIR"
26-
git switch tasks-list-module
26+
git checkout b044c44a7b3acd01f5b91b295eac0b97516ad74d
2727
cd "$WEBDIR/components/"
2828
npm install
2929
cd "$WEBDIR/tasks-list"
@@ -38,4 +38,4 @@ rm -rf "$WEBDIR"
3838

3939
cd "$CURRENT_DIR/site"
4040
date
41-
python3 -m http.server
41+
python3 -m http.server

0 commit comments

Comments
 (0)