This commit is contained in:
parent
3dea6f5fc3
commit
4d6a6f11be
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ jobs:
|
|||
touch testfile
|
||||
ls
|
||||
echo "starting docker now"
|
||||
docker run --help
|
||||
docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail '-c' '--' $'pwd && ls'
|
||||
echo "docker ended"
|
||||
- name: compile
|
||||
|
|
Loading…
Reference in a new issue