fix: Remove all rebase logic from CI (#11293)
This commit is contained in:
parent
9d171457bc
commit
42e339fbcc
|
|
@ -37,14 +37,6 @@ commands:
|
|||
check-changed-files-or-halt:
|
||||
steps:
|
||||
- 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:
|
||||
parameters:
|
||||
os:
|
||||
|
|
@ -62,7 +54,6 @@ commands:
|
|||
steps:
|
||||
- checkout
|
||||
- check-changed-files-or-halt
|
||||
- rebase-on-master
|
||||
- when:
|
||||
condition:
|
||||
equal: [ linux, << parameters.os >> ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue