pinecone-io / pinecone-rag-demo-azd

MIT License
1 stars 1 forks source link

Fix issues with the .env.local creation script. #1

Closed cwaddingham closed 3 months ago

cwaddingham commented 3 months ago

Problem

Describe the purpose of this change. What problem is being solved and why?

Fixed an issue with .azd/scripts/create-env-local.sh where it was using shell functions incompatible with the default shell used by Github actions; also ensured that if certain require variables aren't set in the .env.local.template file that it uses the ones from the local OS environment.

Solution

Describe the approach you took. Link to any relevant bugs, issues, docs, or other resources.

Type of Change

Test Plan

Describe specific steps for validating this change.