Skip to content

Commit

Permalink
Update build-packages.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Dec 7, 2023
1 parent 0063d78 commit 1e9ed29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -917,9 +917,9 @@ jobs:
$env:GIT_REDIRECT_STDERR = '2>&1'
git config --global user.email "[email protected]"
git config --global user.name "dmitrykurmanov"
git checkout master
git pull origin master
git fetch --tags --force
git fetch origin master --tags --force
git checkout master
git add surveyjs.io/App_Data/DocsLibrary
git commit -m "updated survey-library docs [azurepipelines skip]"
git pull origin master
Expand Down

0 comments on commit 1e9ed29

Please sign in to comment.