Skip to content
Snippets Groups Projects
Commit 355e141f authored by Axel Naumann's avatar Axel Naumann Committed by Ole Morud
Browse files

[ci] Add explanation for when to upload build artifacts.

parent e6dcdcc9
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,8 @@ def main():
shell_log = run_ctest(shell_log, extra_ctest_flags)
# Build artifacts should only be uploaded for full builds, and only for "official" branches
# (master, v?-??-??-patches), i.e. not for pull_request
if not pull_request and not args.incremenetal:
archive_and_upload(yyyy_mm_dd, obj_prefix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment