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:
|
- install:
|
||||||
- git
|
- git
|
||||||
- run:
|
- run:
|
||||||
- source ./secrets &&
|
- . ./secrets &&
|
||||||
git config --global user.name "$USER@$(uname -n)";
|
git config --global user.name "${USER}@$(uname -n)";
|
||||||
git config --global user.email "$GIT_EMAIL";
|
git config --global user.email "$GIT_EMAIL";
|
||||||
git config --global pull.rebase false;
|
git config --global pull.rebase false;
|
||||||
git config --global alias.br "branch";
|
git config --global alias.br "branch";
|
||||||
|
|
Loading…
Add table
Reference in a new issue