Sha256: 6799aec647355b4343a02d1d68bde1532954fec3d7242c8f58f3aaa1053a8b70

Contents?: true

Size: 877 Bytes

Versions: 2

Compression:

Stored size: 877 Bytes

Contents

image: ruby:latest

pipelines:
  branches:
    main:
      - step:
          name: Main Pipeline
          script:
          - .bitbucket/bin/install
          - .bitbucket/bin/terraspace up demo -y

  pull-requests:
    '**': # this runs as default for any branch not elsewhere defined
      - step:
          script:
            - .bitbucket/bin/install
            - .bitbucket/bin/terraspace plan demo

  custom:
    terraspace:
      - variables:
          - name: TS_ENV
            default: prod
            allowed-values:
              - dev
              - prod
      - step:
          name: plan
          script:
            - .bitbucket/bin/install
            - .bitbucket/bin/terraspace plan demo
      - step:
          name: up
          trigger: manual
          script:
            - .bitbucket/bin/install
            - .bitbucket/bin/terraspace up demo -y

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
terraspace_ci_bitbucket-0.2.0 lib/template/bitbucket-pipelines.yml
terraspace_ci_bitbucket-0.1.0 lib/template/bitbucket-pipelines.yml