Compare commits

..

2 commits

Author SHA1 Message Date
Alexey Skobkin 84cd13f1a6
Trying to use plugins/docker image to build Docker image.
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build is failing
2022-07-11 02:24:50 +03:00
Alexey Skobkin 5c8d2b0035
Adding Drone badge. 2022-07-11 02:24:23 +03:00
2 changed files with 23 additions and 13 deletions

View file

@ -3,14 +3,25 @@ type: docker
name: build-app name: build-app
steps: steps:
- name: build-deps # TODO: prepare image with necessary extensions
image: 'composer:2.3' # - name: build-deps
environment: # image: 'composer:2.3'
APP_ENV: dev # environment:
commands: # APP_ENV: dev
- composer install --no-progress --no-interaction --optimize-autoloader # commands:
- bin/console about # - composer install --no-progress --no-interaction --optimize-autoloader
- 'bin/console lint:container' # - bin/console about
- 'bin/console lint:twig' # - 'bin/console lint:container'
- 'bin/console lint:container' # - 'bin/console lint:twig'
- 'bin/console lint:yaml' # - 'bin/console lint:container'
# - 'bin/console lint:yaml'
- name: docker-build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_token
repo:
from_secret: docker_repo
tags: latest

View file

@ -1,5 +1,4 @@
[![Codeship Status for skobkin/magnetico-web](https://app.codeship.com/projects/9da4d3e0-57cf-0136-9885-5644a850740d/status?branch=master)](https://app.codeship.com/projects/295041) [![Build Status](https://ci.skobk.in/api/badges/skobkin/magnetico-web/status.svg)](https://ci.skobk.in/skobkin/magnetico-web)
[![Total Downloads](https://poser.pugx.org/skobkin/magnetico-web/downloads)](https://packagist.org/packages/skobkin/magnetico-web)
[![License](https://poser.pugx.org/skobkin/magnetico-web/license)](https://packagist.org/packages/skobkin/magnetico-web) [![License](https://poser.pugx.org/skobkin/magnetico-web/license)](https://packagist.org/packages/skobkin/magnetico-web)
# Magnetico Web PHP # Magnetico Web PHP