From 9fa3c76b64a9f6a788e1ddec91cc3e3fdb62f04a Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Mon, 6 Dec 2021 16:13:37 +0100 Subject: [PATCH] ci: more reliable compat_pr (#11989) Potentially running code from the future is a bit scary in terms of compatibility. CHANGELOG_BEGIN CHANGELOG_END --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04e13aa097f..be5d480adce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -186,8 +186,6 @@ jobs: fi done - trap "git checkout $(branch_sha)" EXIT - git checkout origin/main cp .bazelrc compatibility/ compatibility/update-versions.sh git add compatibility/versions.bzl compatibility/maven_install.json