Skip to content

Commit d6f974e

Browse files
authored
Use dendrite's dpd-client rather than rolling our own (#7907)
1 parent bad5ff2 commit d6f974e

22 files changed

+478
-609
lines changed

.github/workflows/update-dendrite.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,6 @@ jobs:
4545
run: |
4646
./tools/update_dendrite.sh
4747
48-
- name: Extract new dendrite package version
49-
run: |
50-
eval $(cat tools/dendrite_openapi_version | grep COMMIT)
51-
echo "version=${COMMIT:0:7}" >> $GITHUB_OUTPUT
52-
id: updated
53-
54-
- name: Commit changes
55-
run: |
56-
. ./tools/reflector/helpers.sh
57-
58-
PATHS=("tools/dendrite_openapi_version")
59-
CHANGES=()
60-
commit $TARGET_BRANCH $INT_BRANCH ${{ inputs.reflector_user_id }} PATHS CHANGES
61-
62-
echo "api=${CHANGES[0]}" >> $GITHUB_OUTPUT
63-
id: committed
64-
6548
- name: Update pull request
6649
env:
6750
GH_TOKEN: ${{ inputs.reflector_access_token }}

0 commit comments

Comments
 (0)