summaryrefslogtreecommitdiffstats
path: root/.azurepipelines/templates/platform-build-run-steps.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azurepipelines/templates/platform-build-run-steps.yml')
-rw-r--r--.azurepipelines/templates/platform-build-run-steps.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azurepipelines/templates/platform-build-run-steps.yml
index b712e2fafa..97e7faa266 100644
--- a/.azurepipelines/templates/platform-build-run-steps.yml
+++ b/.azurepipelines/templates/platform-build-run-steps.yml
@@ -51,9 +51,6 @@ steps:
# Set default
- bash: echo "##vso[task.setvariable variable=pkg_count]${{ 1 }}"
-# Use altername cmocka repo
-- bash: git config --global url.https://github.com/neverware-mirrors/cmocka.git.insteadOf https://git.cryptomilk.org/projects/cmocka.git
-
# Fetch the target branch so that pr_eval can diff them.
# Seems like azure pipelines/github changed checkout process in nov 2020.
- script: git fetch origin $(System.PullRequest.targetBranch)