From 0917dc876613fd71c9726a34bf0138b4f5121be9 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 18 Nov 2019 06:18:01 +1000 Subject: Update markdown parsing library to github.com/gomarkdown/markdown (#944) --- vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml (limited to 'vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml') diff --git a/vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml b/vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml deleted file mode 100644 index aaf2cbdd..00000000 --- a/vendor/gitlab.com/golang-commonmark/mdurl/.gitlab-ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -image: golang:1.11 - -stages: - - build - - test - -build: - stage: build - script: - - go build ./... - -test: - stage: test - script: - - test -z "$(gofmt -l . | tee /dev/stderr)" - - go test ./... -- cgit v1.2.3