From f37d5a4a10a6e58018009d699cf6494b2b9dfbee Mon Sep 17 00:00:00 2001 From: Dmytro Yurchenko Date: Thu, 28 Sep 2023 13:51:03 +0200 Subject: [PATCH] Better formatting for CI commands --- .gitlab/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index 76b66cfb04d..3620407915f 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -32,7 +32,7 @@ benchmarks-pr-comment: tags: ["arch:amd64"] image: $BASE_CI_IMAGE script: - - cd platform && git init && git remote add origin https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform && git pull origin dd-trace-js + - cd platform && (git init && git remote add origin https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform && git pull origin dd-trace-js) - bp-runner bp-runner.pr-comment.yml --debug allow_failure: true variables: @@ -45,7 +45,7 @@ check-big-regressions: tags: ["arch:amd64"] image: $BASE_CI_IMAGE script: - - cd platform && git init && git remote add origin https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform && git pull origin dd-trace-js + - cd platform && (git init && git remote add origin https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform && git pull origin dd-trace-js) - bp-runner bp-runner.fail-on-regression.yml --debug variables: # Gitlab and BP specific env vars. Do not modify.