File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # /bin/bash
1+ #! /bin/bash
22
33DATA_DIR=" $( cd " $( dirname " ${0} " ) /.." && pwd) "
44docker run -v ${DATA_DIR} :/data --rm -it trivadis/mktools bash -c " cd /data; ./tools/run-in-container/genpdf.sh"
Original file line number Diff line number Diff line change 1- # /bin/bash
1+ #! /bin/bash
22
33DATA_DIR=" $( cd " $( dirname " ${0} " ) /.." && pwd) "
44docker run -v ${DATA_DIR} :/data -p 8000:8000 --rm -it trivadis/mktools bash
Original file line number Diff line number Diff line change 1- # /bin/bash
1+ #! /bin/bash
22
33DATA_DIR=" $( cd " $( dirname " ${0} " ) /.." && pwd) "
44GIT_USERNAME=" $( git config user.name) "
Original file line number Diff line number Diff line change 1- # /bin/bash
1+ #! /bin/bash
22
33function create_target_dir(){
44 rm -Rf ${TARGET_DIR}
Original file line number Diff line number Diff line change 1- # /bin/bash
1+ #! /bin/bash
22
33GIT_USERNAME=$1
44GIT_EMAIL=$2
Original file line number Diff line number Diff line change 1- # /bin/bash
1+ #! /bin/bash
22
33DATA_DIR=" $( cd " $( dirname " ${0} " ) /.." && pwd) "
44docker run -v ${DATA_DIR} :/data -p 8000:8000 --rm -it trivadis/mktools bash -c " cd /data; mkdocs serve -a 0.0.0.0:8000"
You can’t perform that action at this time.
0 commit comments