Do not run CI on tags

This commit is contained in:
Timothée Floure 2019-10-30 15:29:44 +01:00
parent a062dacce5
commit 8db9219401

View File

@ -8,6 +8,8 @@ stages:
compile:
stage: build
image: lampepfl/moocs-dotty:2019-09-17-2
except:
- tags
tags:
- cs210
script:
@ -19,6 +21,8 @@ compile:
grade:
stage: grade
except:
- tags
tags:
- cs210
image: