Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why is this database service definition not valid?

web-excess
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

0 votes
Answer accepted
web-excess
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 29, 2017

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events