Skip to content

Commit

Permalink
Remove slash from /platform in git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
igoragoli committed Oct 4, 2023
1 parent c08c79e commit ee8c739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/benchmarks/macrobenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
image: $BENCHMARKS_CI_IMAGE
needs: ["setup_agent_version"]
script:
- git clone --branch trace-agent https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform && cd /platform
- git clone --branch trace-agent https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform platform && cd platform
- ./steps/run-benchmarks.sh
artifacts:
name: "artifacts"
Expand Down

0 comments on commit ee8c739

Please sign in to comment.