Skip to content

Commit

Permalink
Set Git user/email; remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
willsmythe committed Mar 26, 2019
1 parent 0abce2b commit f843fb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .azure-pipelines-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
#

steps:
- script: git config --global core.autocrlf false
displayName: 'Ensure LF line endings (Windows only)'
condition: eq(variables['Agent.OS'], 'Windows_NT')
- script: |
git config --global core.autocrlf false
git config --global user.name "Create React App"
git config --global user.email "cra@email.com"
displayName: 'Initialize Git config settings'
- checkout: self

Expand Down
6 changes: 0 additions & 6 deletions tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ function verify_module_scope {
# Enter the app directory
cd test-app

echo "current dir: $(pwd)"
echo "$(ls -la)"

# Test the build
yarn build
# Check for expected output
Expand Down Expand Up @@ -279,9 +276,6 @@ verify_module_scope
# Eject...
echo yes | npm run eject

echo "current dir: $(pwd)"
echo "$(ls -la)"

# Test ejected files were staged
test -n "$(git diff --staged --name-only)"

Expand Down

0 comments on commit f843fb5

Please sign in to comment.