File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,11 @@ candidate:
21
21
- pipeline : $PARENT_PIPELINE_ID
22
22
job : download_ddtrace_artifacts
23
23
script : |
24
- cp pywheels/*-cp39-cp39-manylinux*_x86_64*.whl ./ddtrace-3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
24
+ cp pywheels/*-cp39-cp39-manylinux*_x86_64*.whl ./
25
+ echo "CANDIDATE_WHL=$(ls *.whl | head -n 1)" | tee candidate.env
25
26
artifacts :
27
+ reports :
28
+ dotenv : candidate.env
26
29
paths :
27
30
- " *.whl"
28
31
@@ -55,7 +58,7 @@ candidate:
55
58
- platform/artifacts/
56
59
expire_in : 3 months
57
60
variables :
58
- DDTRACE_INSTALL_VERSION : " ../ddtrace-3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl "
61
+ DDTRACE_INSTALL_VERSION : " ${CI_PROJECT_DIR}/${CANDIDATE_WHL} "
59
62
60
63
# Benchmark's env variables. Modify to tweak benchmark parameters.
61
64
DD_TRACE_DEBUG : " false"
You can’t perform that action at this time.
0 commit comments