Commit 22c11c60 authored by norvell's avatar norvell
Browse files

Merge branch 'ci/fix-history-copying' into 'main'

[CI]Check for existence of daily_results_* before copying

See merge request !604
parents 598b2736 5d9fe741
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1310,7 +1310,7 @@ pages:
    - python3 ci/setup_pages.py
    # Copy logs
    - mkdir -p public/history
    - cp -r daily_results_* public/history
    - if [ -e daily_results_* ]; then cp -r daily_results_* public/history; fi
    - ls
    - ls public
  artifacts: