From 43957f44012fa680b87aad8c8e355ee7b089271c Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Wed, 13 Oct 2021 15:44:15 +0300 Subject: [PATCH] [cross-repo-ci] Use solely commit hash to test PRs in CI See #744 for the discussion. --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fab11b1d5..629de37522 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -325,8 +325,7 @@ jobs: \"inputs\": { \"ci_job_name\": \"zenith-remote-ci\", \"commit_hash\": \"$CIRCLE_SHA1\", - \"remote_repo\": \"$LOCAL_REPO\", - \"zenith_image_branch\": \"$CIRCLE_BRANCH\" + \"remote_repo\": \"$LOCAL_REPO\" } }"