no containers-run
This commit is contained in:
parent
3c75f53fb3
commit
4369f5c351
2 changed files with 2 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
../.git/annex/objects/V8/g2/MD5E-s2420842496--d33ce91de4a4ca98a00e0a9951249396/MD5E-s2420842496--d33ce91de4a4ca98a00e0a9951249396
|
4
justfile
4
justfile
|
@ -1,9 +1,9 @@
|
|||
_default:
|
||||
@just --list
|
||||
|
||||
compile MESSAGE:
|
||||
compile MESSAGE: update-plots
|
||||
datalad save -m "{{MESSAGE}}" talk.tex
|
||||
datalad containers-run -n TeX -o talk.pdf -i talk.tex -m "build pdf" "lualatex talk.tex && lualatex talk.tex"
|
||||
datalad run -o talk.pdf -i talk.tex -m "build pdf" "lualatex talk.tex && lualatex talk.tex"
|
||||
|
||||
update-plots:
|
||||
datalad run -o plots -m "update plots" "bash plt_update.sh"
|
Reference in a new issue