We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6083a54 + fcacca9 commit 2f251c9Copy full SHA for 2f251c9
1 file changed
docs/learn/baseline-build.mdx
@@ -64,7 +64,7 @@ In the project settings, you can configure both the default baseline branch and
64
65
## Choose a custom baseline build via SDK
66
67
-Argos SDKs allow you to specify a custom baseline build if needed. This can be done using:
+Argos SDKs allow you to specify a custom baseline build if needed. This can be done using environment variables:
68
69
-- `referenceBranch`: The branch name used as the custom baseline.
70
-- `referenceCommit`: The commit hash used to select a specific baseline build.
+- `ARGOS_REFERENCE_BRANCH`: The branch name used as the custom baseline.
+- `ARGOS_REFERENCE_COMMIT`: The commit hash used to select a specific baseline build.
0 commit comments