Skip to content
Snippets Groups Projects
Commit 468a50db authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Add test:release job. Fail unless on a tag

parent 9fbfacac
No related branches found
No related tags found
1 merge request!92Test for tags
Pipeline #
Loading
Loading
@@ -15,3 +15,9 @@ test:go1.6.3:
test:go1.7.1:
<<: *test_definition
image: golang:1.7.1
test:release:
only:
- tags
script:
- git describe --exact-match
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