datalad-handbook/tools/bootstrap-handbook-user
Michael Hanke 88be5943f8
Replace hard-coded /home/me with env var setting
This removes the need to have admin-level access to a machine for
running the handbook code. This should make testing in a much broader
range of environments possible (think HPC accounts, etc).

The contributing guide and appveyor setup are adjusted.
2025-06-11 17:02:55 +02:00

7 lines
120 B
Bash
Executable file

#!/bin/bash
set -e -u
export HOME=${AUTORUNRECORD_BASEDIR}
mkdir -p $HOME
git config --global init.defaultBranch main