Skip to content

Commit 17f9bc5

Browse files
authored
Merge pull request #51 from PyAutoLabs/feature/env-profile-legacy-drop
chore: drop legacy env_vars.yaml fallback from run_smoke (#161 step 6, stage 3)
2 parents f64858f + 11e761b commit 17f9bc5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/scripts/run_smoke.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
WORKSPACE = Path(__file__).resolve().parents[2]
2525
SMOKE_FILE = WORKSPACE / "smoke_tests.txt"
2626
ENV_VARS_FILE = WORKSPACE / "config" / "build" / "profile_smoke.yaml"
27-
if not ENV_VARS_FILE.exists():
28-
# Legacy fallback; removed at the stage-3 cleanup once env_vars.yaml is gone.
29-
ENV_VARS_FILE = WORKSPACE / "config" / "build" / "env_vars.yaml"
3027
SCRIPTS_DIR = WORKSPACE / "scripts"
3128

3229

0 commit comments

Comments
 (0)