Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
fix CI - move .properties.example file to .properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jun 14, 2019
1 parent d5d6a67 commit 1036654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ defaults: &defaults
- run:
name: Replace Auth0 test credentials
command: |
mv $AUTH0_CFG.example $AUTH0_CFG
sed -i 's/{CLIENT_ID}/'$AUTH0_TEST_CLIENT_ID'/g' $AUTH0_CFG
sed -i 's/{DOMAIN}/'$AUTH0_TEST_DOMAIN'/g' $AUTH0_CFG
sed -i 's/{CLIENT_SECRET}/'$AUTH0_TEST_CLIENT_SECRET'/g' $AUTH0_CFG
Expand Down

0 comments on commit 1036654

Please sign in to comment.