We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465529f commit f402638Copy full SHA for f402638
.gitlab/benchmarks.yml
@@ -29,4 +29,5 @@ benchmarks:
29
UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME # The branch or tag name for which project is built.
30
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA # The commit revision the project is built for.
31
UPSTREAM_PROJECT_ID: $CI_PROJECT_ID # The ID of the current project. This ID is unique across all projects on the GitLab instance.
32
- UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME # "dd-wasm-js-rewriter"
+ UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME # "dd-wasm-js-rewriter"
33
+ MAJOR_VERSION: 22
0 commit comments