From c3cf19c44491c42ca8bd49c3498c7148afcdd776 Mon Sep 17 00:00:00 2001
From: Irina Kera Gundersen <ikvassil@stud.ntnu.no>
Date: Fri, 26 Feb 2021 18:43:26 +0100
Subject: [PATCH] hello world

---
 .gitlab-ci.yml | 33 +++------------------------------
 1 file changed, 3 insertions(+), 30 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71bd5df..609f296 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,30 +1,3 @@
-image: docker:19.03.0
-
-services:
-  - docker:19.03.0-dind
-
-variables:
-  DOCKER_DRIVER: overlay
-  DOCKER_HOST: tcp://docker:3000
-  DOCKER_TLS_CERTDIR: ""
-
-
-stages:
-  - build
-
-before_script:
-  - docker info
-  
-docker_build:
-  stage: build
-  script:
-    - apk add --no-cache curl
-    - docker login -u _ -p $HEROKU_TOKEN registry.heroku.com
-    - docker pull registry.heroku.com/secfit-group15/web || true
-    - docker build
-      --cache-from registry.heroku.com/secfit-group15/web
-      --tag registry.heroku.com/secfit-group15/web
-      --file ./Dockerfile
-      "."
-    - docker push registry.heroku.com/secfit-group15/web
-
+job:
+    script:
+      - echo "Hello world"
\ No newline at end of file
-- 
GitLab