echo "getting the username"
This commit is contained in:
parent
e27bdf712b
commit
1115391336
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ jobs:
|
||||||
git pull ${fullrepo}
|
git pull ${fullrepo}
|
||||||
npm install @angular/cli
|
npm install @angular/cli
|
||||||
npm run lint
|
npm run lint
|
||||||
|
echo "getting the username"
|
||||||
user_name=$(git config user.name)
|
user_name=$(git config user.name)
|
||||||
echo "Git User Name: $user_name"
|
echo "Git User Name: $user_name"
|
||||||
user_email=$(git config user.email)
|
user_email=$(git config user.email)
|
||||||
|
|
Loading…
Reference in a new issue