From d85e0acde0ee7775ebee8d319c4cbafb7742f496 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Tue, 11 Sep 2018 16:16:39 +0200 Subject: [PATCH] remove gitlab-ci --- .gitlab-ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 32dd4ef..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -# This file is a template, and might need editing before it works on your project. -# Based on openjdk:8, already includes lein -image: clojure:lein-2.7.0 -# If you need to configure a database, add a `services` section here -# See https://docs.gitlab.com/ce/ci/services/postgres.html -# Make sure you configure the connection as well - -before_script: - # If you need to install any external applications, like a - # postgres client, you may want to uncomment the line below: - # - #- apt-get update -y - # - # Retrieve project dependencies - # Do this on before_script since it'll be shared between both test and - # any production sections a user adds - - lein deps - -test: - script: - # If you need to run any migrations or configure the database, this - # would be the point to do it. - - lein test