From 577f10a037ae3e0440f91bd1c4cfaf02b4c294e5 Mon Sep 17 00:00:00 2001
From: Luca Erbetta <lucaerbetta105@gmail.com>
Date: Sun, 24 Mar 2019 23:13:34 +0100
Subject: [PATCH] Delete .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index e3d0cb0..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-# This file is a template, and might need editing before it works on your project.
-# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
-
-# you can delete this line if you're not using Docker
-#image: busybox:latest
-
-variables:
-  GIT_SUBMODULE_STRATEGY: recursive
-
-   
-build1:
-  stage: build
-  only:
-    - master
-  script:
-    - echo "Building r2a-hermes-obsw..."
-    - python skyward-boardcore/sbs
-   
-test1:
-  stage: test
-  script: 
-    - echo "Running Linter"
-    - skyward-boardcore/scripts/linter.sh
-- 
GitLab