From 29fe1f020622aa66a77d7239cf80bfd6ce8ab5ea Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 31 Aug 2017 20:52:15 +0200 Subject: [PATCH] expire CI artifacts in 1h --- .gitlab-ci.yml | 2 +- index.html | 42 ++++++++++++++++++++++++------------------ 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35e3fe9..4444cc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ build_ui: - npm run build artifacts: name: "basispanel-ui-$CI_COMMIT_REF_NAME" - expire_in: 1 week + expire_in: 1h paths: - assets - build diff --git a/index.html b/index.html index 83dbf2d..0974e38 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,27 @@ - - - - - - -
- -
- - + + + + + + + + +
+ +
+ + + \ No newline at end of file