Commit 428e576
committed
fix(start.sh): find .env in devstack repo dir, not just workspace root
start.sh only checked ${WORKSPACE_DIR}/.env (= /home/lpb/workspace/.env),
but the .env lives in the devstack repo at /home/lpb/workspace/devstack/.env.
So .env loading never ran and LPB_ env vars (e.g. LPB_EXA_API_KEY) were
never loaded/stripped.
Search multiple candidates: workspace root, devstack repo dir, and cwd.1 parent 0e7950a commit 428e576
1 file changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
140 | 151 | | |
141 | 152 | | |
142 | 153 | | |
| |||
0 commit comments