Commit ddd3b042 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix_artifacts: may be wrong directory path because variable are not set

parent 4210bee2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -104,8 +104,8 @@ create ci metrics:
      #update coverage o the last release
    - pip3 install --upgrade coverage     
    - ls -lR
    - cp -R $COMMON_PATH/build build
    - cp -R $MIDCSP_PATH/build/* build
    - cp -R csp-lmc-common/docker/build build
    - cp -R csp-lmc-mid/docker/build/* build
    - ls -lR 
    - junitparser merge ./build/reports/csp-lmc-common-unit-tests.xml ./build/reports/csp-lmc-mid-unit-tests.xml ./build/reports/unit-tests.xml
    - junitparser merge ./build/reports/csp-lmc-common-linting.xml ./build/reports/csp-lmc-mid-linting.xml ./build/reports/linting.xml