Arkana fails on CI due to .env file missing #32
-
I'm currently trying to build a pipeline that creates keys before building the project. Given these conditions, Arkana fails to generate an SPM package because .env is added to .gitignore. CI Environment: Circle CI |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @mishaherasimov 👋 sorry for the late response Do I understand correctly that you don't want to use CI env vars in your pipeline? Thus, sounds like you want to fetch the env vars during the CI pipeline execution from a remote location, and save them somewhere to be picked up by Arkana, is that correct?
Would uncommenting your gitignore .env config a valid solution in your case? Alternatively, you could also export your secrets using Looking forward to hearing more from you 🙏 |
Beta Was this translation helpful? Give feedback.
-
Thank you for adding it to the list of issues! |
Beta Was this translation helpful? Give feedback.
-
This issue has been fixed already, see: #33 (comment) |
Beta Was this translation helpful? Give feedback.
This issue has been fixed already, see: #33 (comment)