Skip to content

Commit

Permalink
ci: print git version on init (#11767)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Sep 15, 2021
1 parent 28222bf commit 8ad7c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pr.yml
Expand Up @@ -43,6 +43,7 @@ jobs:
git config --global user.email 'renovate@whitesourcesoftware.com'
git config --global user.name 'Renovate Bot'
npm config set scripts-prepend-node-path true
git --version
echo "Node $(node --version)"
python --version
echo "Yarn $(yarn --version)"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -76,6 +76,7 @@ jobs:
git config --global user.email 'renovate@whitesourcesoftware.com'
git config --global user.name 'Renovate Bot'
npm config set scripts-prepend-node-path true
git --version
echo "Node $(node --version)"
python --version
echo "Yarn $(yarn --version)"
Expand Down

0 comments on commit 8ad7c33

Please sign in to comment.