Skip to content

Commit

Permalink
Use custom test agent to use v0.7 traces.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoolioh committed Jun 7, 2024
1 parent 9de97ca commit da91dec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3365,7 +3365,9 @@ jobs:
docker-compose --version
- run:
name: Clone System Tests repo
command: git clone https://github.com/DataDog/system-tests.git
command: |
git clone https://github.com/DataDog/system-tests.git
git reset --hard 29d02a27c76a97228494f8a0b696890d5196daa8
- run:
name: Copy .tar.gz file to system test binaries folder
command: |
Expand Down

0 comments on commit da91dec

Please sign in to comment.