Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

fix(ci): root-cause the dbt --version regex mismatch in setup-versions.sh

Open
#1,252 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Tech stack
bash, github-actions
Domain
ci-cd, testing

Research direction

Start with packages/dbt-tools/test/e2e/setup-versions.sh, especially the dbt --version parsing around lines 63, 74, and 84, and compare it with the main CI workflow's dbt-tools E2E job. Reproduce or inspect the pinned dbt build's --version output to see why grep no longer matches. Done means the regex or version check is corrected so CI records a real dbt version instead of relying on unknown.

Written by the indexing model from the issue text.

Description

Found during v0.11.0-beta.1 release review (Tech Lead). The main CI workflow's dbt-tools E2E job had been red since ~2026-08-23 (40+ runs): packages/dbt-tools/test/e2e/setup-versions.sh line 84 ran dbt --version | grep -oE 'installed: ...' with no || echo unknown fallback (unlike lines 63/74), so under set -euo pipefail a no-match killed the whole script mid-run and the actual E2E tests never ran. v0.11.0-beta.1 adds the missing fallback to un-break CI. Remaining work: root-cause WHY the regex stopped matching (did the pinned dbt build change its --version output format?), so unknown doesn't quietly become permanent.

Dominant language
TypeScript
Stars
813
Forks
134
Avg merge
2d 3h
Merged PRs (30d)
65

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from AltimateAI/altimate-code

All issues in AltimateAI/altimate-code

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.