From e6578a46c21a61a36f2ba60ea4559cca7e55ac27 Mon Sep 17 00:00:00 2001
From: Andrew Petro <andrew.petro@wisc.edu>
Date: Wed, 15 Apr 2020 15:50:11 -0500
Subject: [PATCH] remove GitLab CI configuration

Stop trying to run a job depending on the java8 tag -- there are no runners for the java8 tag.
---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 1841c85..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-job1:
-  tags:
-    - java8
-  script:
-    - mvn clean package
\ No newline at end of file
-- 
GitLab