Skip to content

Commit

Permalink
chore: remove triggering update-config bot in CI (#10195)
Browse files Browse the repository at this point in the history
(cherry picked from commit ea7b059)
  • Loading branch information
sspaink authored and MyaLongmire committed Dec 8, 2021
1 parent 71baec4 commit 8c33006
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ commands:
- store_artifacts:
path: './new-config'
destination: 'new-config'
- persist_to_workspace:
root: './new-config'
paths:
- '*'
check-changed-files-or-halt:
steps:
- run: ./scripts/check-file-changes.sh
Expand Down Expand Up @@ -417,13 +413,6 @@ jobs:
steps:
- generate-config:
os: windows
update-config:
executor: go-1_17
steps:
- checkout
- attach_workspace:
at: '/new-config'
- run: ./scripts/update_config.sh ${UPDATE_CONFIG_TOKEN}

commonjobs:
- &test-awaiter
Expand Down Expand Up @@ -511,14 +500,6 @@ workflows:
branches:
only:
- master
- 'update-config':
requires:
- 'generate-config-win'
- 'generate-config'
filters:
branches:
only:
- master
- 'share-artifacts':
requires:
- 'i386-package'
Expand Down
22 changes: 0 additions & 22 deletions scripts/update_config.sh

This file was deleted.

0 comments on commit 8c33006

Please sign in to comment.