Verified Commit 70578b71 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: allow non root to write in reports dir

parent 20677da0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -586,7 +586,7 @@ bash-bats:
    BATS_REPORT_FILENAME: bash-bats.xunit.xml
  script:
    - install_bats_libs
    - mkdir reports
    - mkdir -p -m 777 reports
    - run_bats --report-formatter junit --output reports $BASH_BATS_OPTS $BASH_BATS_TESTS
  # the coverage regex captures 2 possible output logs (depending on the formatter)
  # 1: ... LOC (27.27%) covered