diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9009510594111cdaf31e43985f1743f0bf932b1..8f132f29f65f34bb16ed72113b61387a1cdc9704 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ build_linux_32: artifacts: paths: - $CI_COMMIT_SHORT_SHA/linux/32/* - expire_in: 1 hour + expire_in: 1 day build_linux_64: stage: build @@ -43,7 +43,7 @@ build_linux_64: artifacts: paths: - $CI_COMMIT_SHORT_SHA/linux/64/* - expire_in: 1 hour + expire_in: 1 day build_windows_32: stage: build @@ -64,7 +64,7 @@ build_windows_32: artifacts: paths: - $CI_COMMIT_SHORT_SHA/windows/32/* - expire_in: 1 hour + expire_in: 1 day build_windows_64: stage: build @@ -85,7 +85,7 @@ build_windows_64: artifacts: paths: - $CI_COMMIT_SHORT_SHA/windows/64/* - expire_in: 1 hour + expire_in: 1 day build_macOS: stage: build @@ -104,7 +104,7 @@ build_macOS: artifacts: paths: - $CI_COMMIT_SHORT_SHA/macOS/64/* - expire_in: 1 hour + expire_in: 1 day aggregate_builds: stage: prepare