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.
7 lines
120 B
Bash
Executable file
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
|