Skip to content

Commit

Permalink
[#71] Develop Creds fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-telsan committed Dec 13, 2023
1 parent 093c679 commit 6b99885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
# @TODO: Build React apps

- run: echo "Building..."
- run: echo "${ACF_CREDS}" >> client-mu-plugins/goodbids/auth.json
- run: echo "${ACF_DEVELOP}" >> ./client-mu-plugins/goodbids/auth.json
- run: echo "$(< ./client-mu-plugins/goodbids/auth.json)"
- run: cd client-mu-plugins/goodbids && composer install --verbose

# @TODO: Add tests
Expand Down

0 comments on commit 6b99885

Please sign in to comment.