Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Better formatting for CI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ddyurchenko committed Sep 29, 2023
1 parent b252937 commit f37d5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit f37d5a4

Please sign in to comment.