Skip to content

Non-Breaking Issue: Environmental Variables falsely reported as "not set" #11

@JEJodesty

Description

@JEJodesty

Despite Environmental Variables set & saved in global.env, there is a warning preventing docker builds that is incorrect or falsely reported.

Commands:

  • make docker-demo
  • make demo-orchestrator

Location: Option 1: Docker Setup (Recommended for Demo)

Environment:

  • OS: MacOS Sonoma - Version 14.6.1
  • Processor: Apple M1 Max (ARM64)

Environment:

  • OS: MacOS Sonoma - Version 14.6.1
  • Processor: Apple M1 Max (ARM64)

Error:

WARNING: The following required environment variables are not set in /Users/joshua/Projects/Research/koi/koi-net-demo-v1/global.env:
  - GITHUB_TOKEN
  - GITHUB_WEBHOOK_SECRET
  - HACKMD_API_TOKEN
  - Please edit /Users/joshua/Projects/Research/koi/koi-net-demo-v1/global.env to add your API tokens before running the containers

Despite:

Reading environment variables from /Users/joshua/Projects/Research/koi/demos/koi-net-demo-v1/global.env
Found environment variable: GITHUB_TOKEN
Found environment variable: HACKMD_API_TOKEN
Found environment variable: GITHUB_WEBHOOK_SECRET

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions