Skip to content

Commit 2f251c9

Browse files
authored
Merge pull request #171 from argos-ci/fix-baseline-build-sdk-doc
fix(baseline): fix baseline build SDK doc
2 parents 6083a54 + fcacca9 commit 2f251c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/learn/baseline-build.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In the project settings, you can configure both the default baseline branch and
6464

6565
## Choose a custom baseline build via SDK
6666

67-
Argos SDKs allow you to specify a custom baseline build if needed. This can be done using:
67+
Argos SDKs allow you to specify a custom baseline build if needed. This can be done using environment variables:
6868

69-
- `referenceBranch`: The branch name used as the custom baseline.
70-
- `referenceCommit`: The commit hash used to select a specific baseline build.
69+
- `ARGOS_REFERENCE_BRANCH`: The branch name used as the custom baseline.
70+
- `ARGOS_REFERENCE_COMMIT`: The commit hash used to select a specific baseline build.

0 commit comments

Comments
 (0)