Fix source being undefined in dash
This commit is contained in:
parent
6129e6172b
commit
d230f9c87d
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ git:
|
|||
- install:
|
||||
- git
|
||||
- run:
|
||||
- source ./secrets &&
|
||||
git config --global user.name "$USER@$(uname -n)";
|
||||
- . ./secrets &&
|
||||
git config --global user.name "${USER}@$(uname -n)";
|
||||
git config --global user.email "$GIT_EMAIL";
|
||||
git config --global pull.rebase false;
|
||||
git config --global alias.br "branch";
|
||||
|
|
Loading…
Add table
Reference in a new issue