diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2f1b28193caba09c7678348819364ec2563a478..d921f2af20ec40a512d42702a2a9585f6e669a63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ generate_date: paths: - build.date expire_in: 1 day + except: + - tags update: stage: update @@ -27,6 +29,8 @@ update: paths: - gluon/ expire_in: 1 day + except: + - tags .target: stage: build @@ -170,3 +174,5 @@ package: paths: - gluon/output expire_in: 7 days + except: + - tags