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 <major@redhat.com>
This commit is contained in:
parent
be663bd3d5
commit
961322d959
1 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
stages:
|
||||
- test
|
||||
|
||||
unit_test:
|
||||
stage: test
|
||||
image: python:3.7-alpine
|
||||
script:
|
||||
- python3 -m unittest test.test_osbuild
|
||||
Loading…
Add table
Add a link
Reference in a new issue