Skip to content

Commit

Permalink
Remove fetch-canonical-data-syncer scripts (#181)
Browse files Browse the repository at this point in the history
* Remove fetch-canonical-data-syncer scripts

* Allow script to use cmdline options for `configlet sync`

Co-authored-by: ee7 <[email protected]>

Co-authored-by: Glenn Jackman <[email protected]>
Co-authored-by: ee7 <[email protected]>
  • Loading branch information
3 people authored May 4, 2021
1 parent c2331a9 commit 3d8bbcf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 57 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.DS_Store
bin/configlet
bin/configlet.exe
bin/canonical_data_syncer
6 changes: 2 additions & 4 deletions bin/check_test_cases
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ die() { echo "$*" >&2; exit 1; }
cd "$(dirname "$0")"/.. || die "cannot cd"

bin/fetch-configlet || die "cannot fetch configlet"
bin/configlet lint . || die "resolve config.json problems first"

bin/fetch-canonical_data_syncer || die "cannot fetch canonical_data_syncer"
bin/canonical_data_syncer --check "$@"
bin/configlet lint || die "resolve config.json problems first"
bin/configlet sync --check "$@"
52 changes: 0 additions & 52 deletions bin/fetch-canonical_data_syncer

This file was deleted.

0 comments on commit 3d8bbcf

Please sign in to comment.