From 83ddfca3c341c9484753bec48687809a0f87f2ee Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller <bbodenmiller@hotmail.com> Date: Sun, 26 Feb 2017 07:37:30 +0000 Subject: [PATCH] remove line about being a template --- Crystal.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Crystal.gitlab-ci.yml b/Crystal.gitlab-ci.yml index e8da49a..37e4473 100644 --- a/Crystal.gitlab-ci.yml +++ b/Crystal.gitlab-ci.yml @@ -1,4 +1,3 @@ -# This file is a template, and might need editing before it works on your project. # Official language image. Look for the different tagged releases at: # https://hub.docker.com/r/crystallang/crystal/ image: "crystallang/crystal:latest" -- GitLab