Skip to content

Commit

Permalink
CI: only fetch was is required via git
Browse files Browse the repository at this point in the history
  • Loading branch information
NickeZ committed Aug 15, 2024
1 parent ad5a40b commit d29e5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run-container-ci
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi

# Fetch origin/master so that we can diff when checking coding style.
git remote set-branches --add origin ${TARGET_BRANCH}
git fetch origin
git fetch origin ${TARGET_BRANCH} --no-recurse-submodules --tags

TARGET_BRANCH=origin/${TARGET_BRANCH}

Expand Down

0 comments on commit d29e5a6

Please sign in to comment.