Skip to content

chore: update env file

David O'Regan requested to merge env-file-docs into main

We're currently seeing the following error for the gdk evaluate command:

cp: evaluation_scripts/code_suggestions/.env.example: No such file or directory
make[1]: *** [/Users/gosiaksionek/gitlab-development-kit/gitlab-eli5/evaluation_scripts/code_suggestions/.env] Error 1
make: *** [gitlab-eli5-update-timed] Error 2

This is due to how we have opted to approach our ENV variables. The solution takes place in two MRs:

Edited by David O'Regan

Merge request reports