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:
|
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 >> ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue