Skip to content
Snippets Groups Projects
Commit d2881e1f authored by Nico's avatar Nico
Browse files

ci: don't build on tag

parent 6ba673f2
No related branches found
No related tags found
No related merge requests found
Pipeline #682 passed
...@@ -18,6 +18,8 @@ generate_date: ...@@ -18,6 +18,8 @@ generate_date:
paths: paths:
- build.date - build.date
expire_in: 1 day expire_in: 1 day
except:
- tags
update: update:
stage: update stage: update
...@@ -27,6 +29,8 @@ update: ...@@ -27,6 +29,8 @@ update:
paths: paths:
- gluon/ - gluon/
expire_in: 1 day expire_in: 1 day
except:
- tags
.target: .target:
stage: build stage: build
...@@ -170,3 +174,5 @@ package: ...@@ -170,3 +174,5 @@ package:
paths: paths:
- gluon/output - gluon/output
expire_in: 7 days expire_in: 7 days
except:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment