fix: Remove all rebase logic from CI (#11293)

This commit is contained in:
Sebastian Spaink 2022-06-13 12:03:22 -05:00 committed by GitHub
parent 9d171457bc
commit 42e339fbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -37,14 +37,6 @@ commands:
check-changed-files-or-halt: check-changed-files-or-halt:
steps: steps:
- run: ./scripts/check-file-changes.sh - run: ./scripts/check-file-changes.sh
rebase-on-master:
steps:
- run: |
git config --global user.email "telegraf@influxdb.com"
git config --global user.name "telegraf"
git remote add upstream https://github.com/influxdata/telegraf
git fetch upstream
git rebase upstream/master
test-go: test-go:
parameters: parameters:
os: os:
@ -62,7 +54,6 @@ commands:
steps: steps:
- checkout - checkout
- check-changed-files-or-halt - check-changed-files-or-halt
- rebase-on-master
- when: - when:
condition: condition:
equal: [ linux, << parameters.os >> ] equal: [ linux, << parameters.os >> ]