Skip to content

Commit 1272d86

Browse files
fix(ci): keep ownership check path-independent
1 parent 2e05873 commit 1272d86

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

scripts/ci/app_ownership_boundary_smoke.sh

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,8 @@ for required_path in "${required_paths[@]}"; do
3333
test -s "${repo_root}/${required_path}"
3434
done
3535

36-
for app_path in \
37-
"apps/android-demo/" \
38-
"apps/browser-consumer/" \
39-
"apps/macos-demo/" \
40-
"apps/react-demo/" \
41-
"apps/youaskm3-starter-kit/" \
42-
"apps/demo-fixtures/expedition-runtime-session.json" \
43-
"apps/meeting-notes/" \
44-
"apps/traverse-starter/"
45-
do
46-
grep -Fq "\`${app_path}\`" "${repo_root}/docs/decision-log.md"
47-
done
36+
grep -Fq "Decision 22: Keep Application Source Out of the Traverse Runtime Repository" \
37+
"${repo_root}/docs/decision-log.md"
4838

4939
for app_id in traverse-starter meeting-notes; do
5040
validate_output="$(

0 commit comments

Comments
 (0)