Fix typings pipeline + cleanup (#19163)

This commit is contained in:
Charles Gagnon
2022-04-21 10:30:18 -07:00
committed by GitHub
parent 6c4bf812cd
commit e9fefd2487
2 changed files with 23 additions and 16 deletions

View File

@@ -55,13 +55,13 @@ steps:
git reset --hard upstream/master
git push --force
# Update the type
# Update and format the typings file
cd ..
node build/azure-pipelines/publish-types/update-types.js
cd DefinitelyTyped
TAG_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
# Create and push the branch
cd DefinitelyTyped
git diff --color | cat
git add -A
git status