From 84904cda8391c4768b35da6f4c6fd2260c764cb9 Mon Sep 17 00:00:00 2001
From: Sun Jin Kim <sk2521@ic.ac.uk>
Date: Sat, 19 Feb 2022 16:22:19 +0000
Subject: [PATCH] Turn off Gitlab CI

---
 .gitlab-ci.yml | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b125750c..1563b117 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,25 +1,25 @@
-build-job:
-  stage: build
-  script:
-    - echo "Hello, I'm Building"
-    - pip install pytest
-    - pip install flask
-    - pip install pandoc # for pdf making
-    - pip install weasyprint # for pdf making
+# build-job:
+#   stage: build
+#   script:
+#     - echo "Hello, I'm Building"
+#     - pip install pytest
+#     - pip install flask
+#     - pip install pandoc # for pdf making
+#     - pip install weasyprint # for pdf making
 
-test-job:
-  stage: test
-  script:
-    - echo "Now I'm Testing!"
-    - python3 -m tests.test_query_processor
+# test-job:
+#   stage: test
+#   script:
+#     - echo "Now I'm Testing!"
+#     - python3 -m tests.test_query_processor
 
-deploy-job:
-  stage: deploy
-  script:
-    - echo "Now I'm Deploying to VM!"
-    - python3 -m venv venv
-    - . venv/bin/activate
-    - pip install -r requirements.txt
-    - flask run &
-    - echo "Now I'm Deploying to Heroku!"
-    - dpl --provider=heroku --app=metarl --api-key=5ccc3ae7-725e-4f9f-b441-0c9a28ebdc1b
+# deploy-job:
+#   stage: deploy
+#   script:
+#     - echo "Now I'm Deploying to VM!"
+#     - python3 -m venv venv
+#     - . venv/bin/activate
+#     - pip install -r requirements.txt
+#     - flask run &
+#     - echo "Now I'm Deploying to Heroku!"
+#     - dpl --provider=heroku --app=metarl --api-key=5ccc3ae7-725e-4f9f-b441-0c9a28ebdc1b
-- 
GitLab