Skip to content

Commit

Permalink
pcms
Browse files Browse the repository at this point in the history
  • Loading branch information
irdkwmnsb committed Dec 14, 2024
1 parent 9e90311 commit 2d0c09c
Show file tree
Hide file tree
Showing 2 changed files with 8,996 additions and 7,236 deletions.
3 changes: 2 additions & 1 deletion src/frontend/content-gen/gen_video.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ REPO_ROOT=$(git rev-parse --show-toplevel)
timeout 10s wget -k https://nerc.itmo.ru/school/archive/2024-2025/ru-olymp-team-russia-2024-standings-sdcjaccjhzvzkvskvkasbvkazsxkcvbaskdvbjkasdbvjkzsbkv.xml -q -O config/$CONTEST_NAME/runs.xml || true

# echo "Step 2: Edit the config for backend"
# cp $REPO_ROOT/artifacts/live-v3-dev.jar ./
cp $REPO_ROOT/artifacts/live-v3-dev.jar ./
# rm -rf config
# rsync -arv --exclude ach --exclude advanced.json /Volumes/C\$/work/overlay/config/ config

Expand Down Expand Up @@ -89,6 +89,7 @@ stopwatch() {
sleep 0.1
done
}
set +x
stopwatch &
STOPWATCH_PID=$!
./node_modules/.bin/playwright test tests/story.spec.ts
Expand Down
Loading

0 comments on commit 2d0c09c

Please sign in to comment.