Add cwd option (#15)

* Add cwd option

* Commit dist files

* Debugging

* Remove modules

* Update docs

* Remove debugging command

* Minor formatting change
This commit is contained in:
Federico Grandi
2019-12-29 20:19:06 +01:00
committed by GitHub
parent df80e1746f
commit aa1a8cef82
3 changed files with 42 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
#!/bin/bash
set -eu
cd $INPUT_CWD
echo "Running in $PWD."
# Set up .netrc file with GitHub credentials
git_setup() {
cat <<- EOF > $HOME/.netrc