From 403e4d44e6b8cf34da1b7f545fa378752981ee2e Mon Sep 17 00:00:00 2001
From: Nikhil Ambardar <202-nikaviator@users.noreply.git-st.inf.tu-dresden.de>
Date: Mon, 19 Oct 2020 18:22:36 +0000
Subject: [PATCH] Delete .gitlab-ci.yml

---
 .gitlab-ci.yml | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 2630260..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-variables:
-  GIT_SUBMODULE_STRATEGY: recursive
-
-stages:
-  - build
-
-build-ws:
-  image: ros:melodic-ros-base-bionic
-  stage: build
-  script:
-    - apt-get update
-    - apt-get install -y ros-melodic-libfranka python-catkin-tools libeigen3-dev 
-    - echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
-    - source ~/.bashrc
-    - rosdep install -y --from-paths .
-    - catkin build
-  tags:
-  - highmem
-- 
GitLab