Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 1c2c55c

Browse files
committed
build a book in the docker container
1 parent e82b285 commit 1c2c55c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/dbuild

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
# bash -c "clear && docker exec -it runestoneserver_runestone_1 bash -c 'cd applications/runestone/tests; python run_tests.py'"
3+
4+
echo "$@"
5+
basecomm="cd applications/runestone/books/$1; runestone build --all deploy"
6+
docker exec -it runestoneserver_runestone_1 bash -c "$basecomm"
7+

0 commit comments

Comments
 (0)