FLTK logo

[master] 5167aad - GitLab CI: limit lifetime of artifacts to 8 days

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 5167aad - GitLab CI: limit lifetime of artifacts to 8 days "Albrecht Schlosser" Aug 17, 2022  
 
commit 5167aad15c4548c81b54057ad5c2511a59bc0550
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Wed Aug 17 15:16:17 2022 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Wed Aug 17 15:16:17 2022 +0200

    GitLab CI: limit lifetime of artifacts to 8 days
    
    ... to save storage space.

 .gitlab-ci.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git .gitlab-ci.yml .gitlab-ci.yml
index 5d5013f..7c3476d 100644
--- .gitlab-ci.yml
+++ .gitlab-ci.yml
@@ -5,9 +5,13 @@
 # (1) Continuously building FLTK with one or more build systems.
 # (2) Generating current HTML documentation and putting it online.
 #
-# The documentation will be viewable at:
+# The HTML documentation will be viewable at:
 #
-# https://fltk.gitlab.io/fltk/
+#   https://fltk.gitlab.io/fltk/
+#
+# The PDF documentation will be viewable at:
+#
+#   https://fltk.gitlab.io/fltk/fltk.pdf
 #
 # Details of this script:
 #
@@ -93,3 +97,5 @@ pages:
   artifacts:
     paths:
       - public
+    expire_in:
+      - 8 days
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.