Skip to content

Commit

Permalink
Merge pull request #10 from reactioncommerce/chore-pete-remove-client…
Browse files Browse the repository at this point in the history
…-script

refactor: remove client creation script
  • Loading branch information
impactmass authored Oct 12, 2018
2 parents 6132c56 + 5902469 commit 3dbc34f
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 3dbc34f

Please sign in to comment.