Skip to content

Commit

Permalink
chore: remove client creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
focusaurus committed Oct 12, 2018
1 parent 6132c56 commit 5902469
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 140 deletions.
7 changes: 1 addition & 6 deletions .reaction/project-hooks/post-project-start
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@
# - It is good practice to keep this script lightweight and invoke setup
# scripts in your project.

#__current_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
__current_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
__root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
__root_name=$(basename "${__root_dir}")

echo "${__root_name} post-project-start script invoked." 2>&1

# TODO: Consider moving the oauth client creation to post-system-start in the
# projects they represent.
echo "Creating development OAuth clients for ${__root_name}"
"${__root_dir}/bin/create-clients.sh"
55 changes: 0 additions & 55 deletions bin/create-clients.sh

This file was deleted.

79 changes: 0 additions & 79 deletions bin/wait-for.sh

This file was deleted.

0 comments on commit 5902469

Please sign in to comment.