Skip to content
Snippets Groups Projects
Verified Commit c0059772 authored by Jonas Leder's avatar Jonas Leder
Browse files

only build docker

parent 97f49d44
No related branches found
No related tags found
Loading
...@@ -24,37 +24,3 @@ docker-build: ...@@ -24,37 +24,3 @@ docker-build:
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
exists: exists:
- Dockerfile - 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment