From c005977218b206d4c18674c28f70e5f5b893a73f Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sun, 26 Sep 2021 00:06:36 +0200
Subject: [PATCH] only build docker

---
 .gitlab-ci.yml | 36 +-----------------------------------
 1 file changed, 1 insertion(+), 35 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7afed93..40ba810 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,38 +23,4 @@ docker-build:
   rules:
     - if: $CI_COMMIT_BRANCH
       exists:
-        - Dockerfile
-
-pages-build:node:
-  image: node:lts-alpine
-  stage: build
-  script:
-    - mkdir public/js
-    - mkdir public/css
-    - yarn install
-    - yarn compile
-  artifacts:
-    paths:
-      - public/
-
-pages-build:php:
-  image: composer:2
-  stage: build
-  script:
-    - cd public/API
-    - composer install
-  artifacts:
-    paths:
-      - public/
-
-pages:
-  image: busybox
-  stage: deploy
-  script:
-    - echo "Nothing to do"
-  dependencies:
-    - pages-build:node
-    - pages-build:php
-  artifacts:
-    paths:
-      - public
+        - Dockerfile
\ No newline at end of file
-- 
GitLab