Skip to content

Commit

Permalink
gitlab-ci: use the requirements.txt while installing distro for the e…
Browse files Browse the repository at this point in the history
…bpf part
  • Loading branch information
remeh committed Jan 31, 2020
1 parent 0d841b7 commit e3e0a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ run_tests_ebpf:
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-builders/ebpf:go1.10.1
before_script:
- cd $SRC_PATH
- pip3 install distro==1.4.0 # needed for some for our invoke tasks until the builders image contain it
- pip3 install distro -c requirements.txt # needed for some of our invoke tasks until the builders image contain it
- inv -e deps --verbose --dep-vendor-only
tags: [ "runner:main", "size:large" ]
script:
Expand Down

0 comments on commit e3e0a80

Please sign in to comment.