Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test pr #215

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function replicate_all {
echo "ERROR (sync_all): unknown value for \"persist\" argument: \"$persist\". Please provide either \"push\", \"commit\", or \"keep\"."
exit 1
fi
replicate ory/prettier-styles action "Prettier Styles" "$workspace" "$persist"
replicate ory/hydra server "Hydra" "$workspace" "$persist"
replicate ory/keto server "Keto" "$workspace" "$persist"
replicate ory/oathkeeper server "Oathkeeper" "$workspace" "$persist"
Expand All @@ -37,7 +38,6 @@ function replicate_all {
replicate ory/closed-reference-notifier action "Closed Reference Notifier" "$workspace" "$persist"
replicate ory/label-sync-action action "Label Sync Action" "$workspace" "$persist"
replicate ory/milestone-action action "Milestone Action" "$workspace" "$persist"
replicate ory/prettier-styles action "Prettier Styles" "$workspace" "$persist"
replicate ory/build-buf-action action "Buildbuf Action" "$workspace" "$persist"
replicate ory/examples library "Examples" "$workspace" "$persist"
replicate ory/hydra-maester library "Ory Hydra Maester" "$workspace" "$persist"
Expand Down
Loading