Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Why is this database service definition not valid?

web-excess June 29, 2017
pipelines:
  branches:
    develop:
      - step:
          image: php:7.0
          script:
            - apt-get update && apt-get install -y unzip
            - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
            - composer install
          services:
            - database
definitions:
  services:
    database:
      image: mysql
      environment:
        MYSQL_DATABASE: pipelines
        MYSQL_RANDOM_ROOT_PASSWORD: yes
        MYSQL_USERNAME: pipeline_user
        MYSQL_PASSWORD: pipeline_password

Bildschirmfoto 2017-06-29 um 10.58.24.png

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events