jenkins pre-commit-hooks + aliases for git+brew

This commit is contained in:
MorganGeek
2020-06-29 13:34:06 +02:00
parent 36722b7086
commit 7c1f1f8bf2
7 changed files with 75 additions and 7 deletions

View File

@ -132,9 +132,9 @@ export PROXY_HOST=""
export COLORPIC_APIKEY=""
export VAULT_PASSWORD_FILE=""
if test -f "$HOME/.secrets"; then
chmod +x "$HOME/.secrets"
source "$HOME/.secrets"
if test -f "$HOME/.scripts/secrets.sh"; then
chmod +x "$HOME/.scripts/secrets.sh"
source "$HOME/.scripts/secrets.sh"
fi
export REPO_PATH=$HOME/Code