Skip to content

Commit 34e91a6

Browse files
authored
Merge pull request #1726 from Kobzol/merge-sync-team
Use `sync-team` from `team` directly
2 parents 1ae67f1 + 6ce468e commit 34e91a6

File tree

23 files changed

+1526
-3216
lines changed

23 files changed

+1526
-3216
lines changed

.github/workflows/dry-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
run: |
142142
# Perform build and execution separately to avoid any potential output from
143143
# cargo leaking into the output file.
144-
cargo build --manifest-path sync-team/Cargo.toml --release
145-
./sync-team/target/release/sync-team print-plan \
144+
cargo build --release
145+
./target/release/team sync print-plan \
146146
--services github \
147147
--team-json team-api 2>&1 | tee -a output.txt
148148

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ jobs:
9797
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
9898
ZULIP_USERNAME: ${{ secrets.ZULIP_USERNAME }}
9999
run: |
100-
cargo run --manifest-path sync-team/Cargo.toml \
101-
apply --team-json build
100+
cargo run sync apply --team-json build
102101
103102
- name: Disable Jekyll
104103
run: touch build/.nojekyll

0 commit comments

Comments
 (0)