Skip to content

Commit 837eb7f

Browse files
committed
chore: exclude network from sync
1 parent 9ca4351 commit 837eb7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/sync.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function replicate_all {
113113
"kratos-selfservice-ui-node"
114114
"kratos-selfservice-ui-react-native"
115115
"kratos-selfservice-ui-react-nextjs"
116+
"network", # manages its own templates
116117
)
117118

118119
gh repo list ory --visibility public --no-archived --source --json name -L 1000 | jq -r '.[] | .name' | while read -r repo_name; do

0 commit comments

Comments
 (0)