Commit 6c80a97d authored by kinuthia's avatar kinuthia
Browse files

fix typo in file name

parent 2a65a4b2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1215,7 +1215,7 @@ test-be-to-release:

    - $tmp=((Get-content logs/report-junit-dec-head_rot_binaural_room_ir.xml) -split 'name="pytest" ')[1]
    - echo ($tmp -split -split 'timestamp="')[0]
    - cp report-dec-head_rot_binaura_room_ir.html $BE_LOGS/report-dec-head_rot_binaural_room_ir--sha-$CI_COMMIT_SHORT_SHA.html
    - cp report-dec-head_rot_binaural_room_ir.html $BE_LOGS/report-dec-head_rot_binaural_room_ir--sha-$CI_COMMIT_SHORT_SHA.html

    # decoder, head_rot_binaural_room_reverb
    - $zero_errors_dec_head_rot_binaural_room_reverb=0
@@ -1224,7 +1224,7 @@ test-be-to-release:

    - $tmp=((Get-content logs/report-junit-dec-head_rot_binaural_room_reverb.xml) -split 'name="pytest" ')[1]
    - echo ($tmp -split -split 'timestamp="')[0]
    - cp report-dec-head_rot_binaura_room_reverb.html $BE_LOGS/report-dec-head_rot_binaural_room_reverb--sha-$CI_COMMIT_SHORT_SHA.html
    - cp report-dec-head_rot_binaural_room_reverb.html $BE_LOGS/report-dec-head_rot_binaural_room_reverb--sha-$CI_COMMIT_SHORT_SHA.html

    # decoder, no-binaural, constant brate
    - $zero_errors_dec_const_br_no_binaural=0