Skip to content

Commit c558ae3

Browse files
committed
fix attempt 1
1 parent 68c8d64 commit c558ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab/benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ check-big-regressions:
3939
tags: ["arch:amd64"]
4040
image: $BENCHMARKS_CI_IMAGE
4141
script:
42-
- export ARTIFACTS_DIR="$(pwd)/reports"
42+
- export ARTIFACTS_DIR="$(pwd)/reports/"
43+
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/".insteadOf "https://github.com/DataDog/"
4344
- cd reports && (git init && git remote add origin https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform && git pull origin dd-trace-cpp)
4445
- bp-runner bp-runner.fail-on-regression.yml --debug
4546
variables:

0 commit comments

Comments
 (0)