Skip to content

Commit

Permalink
Merge pull request openshift#989 from SchSeba/remove_rebase_from_ci
Browse files Browse the repository at this point in the history
d/s only: remove rebase in telco ci
  • Loading branch information
openshift-merge-bot[bot] authored Aug 21, 2024
2 parents f43d40c + 620c66e commit 836fb4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/deploy-sriov-in-telco-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ if [ -n "$PR" ]; then
echo "cloning sriov repo from PR ${PR}"
git fetch origin pull/$PR/head:pr
git checkout pr
git rebase $BRANCH
fi
mkdir bin || true
Expand Down

0 comments on commit 836fb4b

Please sign in to comment.