From d73cef6860890c04a8ae3bad8acf84836facbc62 Mon Sep 17 00:00:00 2001
From: Thomas  MENARD <thomas.menard@pasteur.fr>
Date: Tue, 4 Jun 2019 23:51:19 +0200
Subject: [PATCH] Cleanup repo, move all CI/CD stuff to solution directory

---
 .gitlab-ci.yml => solution/.gitlab-ci.yml | 0
 Dockerfile => solution/Dockerfile         | 0
 job.yaml => solution/job.yaml             | 0
 manifest.yaml => solution/manifest.yaml   | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename .gitlab-ci.yml => solution/.gitlab-ci.yml (100%)
 rename Dockerfile => solution/Dockerfile (100%)
 rename job.yaml => solution/job.yaml (100%)
 rename manifest.yaml => solution/manifest.yaml (100%)

diff --git a/.gitlab-ci.yml b/solution/.gitlab-ci.yml
similarity index 100%
rename from .gitlab-ci.yml
rename to solution/.gitlab-ci.yml
diff --git a/Dockerfile b/solution/Dockerfile
similarity index 100%
rename from Dockerfile
rename to solution/Dockerfile
diff --git a/job.yaml b/solution/job.yaml
similarity index 100%
rename from job.yaml
rename to solution/job.yaml
diff --git a/manifest.yaml b/solution/manifest.yaml
similarity index 100%
rename from manifest.yaml
rename to solution/manifest.yaml
-- 
GitLab