From 961322d959cc9cc45c448438d47da92192ad3ad9 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 19 Feb 2020 07:33:49 -0600 Subject: [PATCH] Remove unused GitLab CI configuration We're not using the GitLab CI integration yet and we will need to rethink how to implement it anyway. Signed-off-by: Major Hayden --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 1f2cb3ed..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,8 +0,0 @@ -stages: - - test - -unit_test: - stage: test - image: python:3.7-alpine - script: - - python3 -m unittest test.test_osbuild