removed obsolete build_src step

This commit is contained in:
Alec Höfler 2022-05-03 10:39:27 +02:00
parent 048bd7b272
commit 1760bf69e4
No known key found for this signature in database
GPG Key ID: BE83D6C1099F2835
1 changed files with 1 additions and 18 deletions

View File

@ -24,21 +24,4 @@ build_docker:
rules:
- if: $CI_COMMIT_BRANCH
exists:
- Dockerfile
build_src:
stage: build
tags:
- docker
image: gitlab.jonasled.de/jonasled/nginx-php-minimal:7-3.10
before_script:
- ln -s /usr/bin/php73 /usr/bin/php
- apk add php7-pdo php7-pdo_mysql php7-gd wget
- wget -O /usr/bin/composer https://getcomposer.org/download/2.3.5/composer.phar
- chmod + /usr/bin/composer
script:
- "composer install"
artifacts:
paths:
- "./"
- Dockerfile