Skip to content

Commit

Permalink
FIX: fetch dev branch from remote before checking it out
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Nov 14, 2023
1 parent 04b88dd commit 50f3cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ stages:
cd $(System.DefaultWorkingDirectory)
echo "Checking out $(branchName)"
git fetch origin $(branchName) --depth=1
git checkout $(branchName)
# install micromamba
Expand Down

0 comments on commit 50f3cc1

Please sign in to comment.