diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-02-09 09:19:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-09 09:19:29 -0300 |
commit | 017a817694c618447ffc2b99fb17521500282234 (patch) | |
tree | ca9380d776512a86243a2237ef4c2f2cd52699cb | |
parent | dbe51a46d6ba3753b38ab0fc26fd4195701e3c64 (diff) | |
download | serverdata-017a817694c618447ffc2b99fb17521500282234.tar.gz serverdata-017a817694c618447ffc2b99fb17521500282234.tar.bz2 serverdata-017a817694c618447ffc2b99fb17521500282234.tar.xz serverdata-017a817694c618447ffc2b99fb17521500282234.zip |
We are using rsync -e, so there's no reason to keep the artifacts for long.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b2fe65f..bbf1c315 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ pages: artifacts: paths: - public - expire_in: 1 year + expire_in: 1 month only: - stable |