fix #9509 bug(nimbus): add env file to fetch external configs in circle (#9510)

Because

* We recently moved the FML parsing into the Experimenter container as
part of fetching external configs
* The Experimenter container requires an environment file to start

This commit

* Uses the .env.sample file as part of the fetch_external_configs circle
task
This commit is contained in:
Jared Lockhart 2023-09-27 15:27:02 -04:00 коммит произвёл GitHub
Родитель 59d5925392
Коммит fffb23d3b2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -538,6 +538,7 @@ jobs:
command: |
git checkout main
git pull origin main
cp .env.sample .env
make fetch_external_resources
if (($(git status --porcelain | wc -c) > 0))
then