github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-2.yaml.golden (about)

     1  pipeline:
     2    identifier: default
     3    name: default
     4    orgIdentifier: default
     5    projectIdentifier: default
     6    properties:
     7      ci:
     8        codebase:
     9          build: <+input>
    10    stages:
    11    - stage:
    12        identifier: test
    13        name: test
    14        spec:
    15          cloneCodebase: true
    16          execution:
    17            steps:
    18            - step:
    19                identifier: setupruby
    20                name: Set up Ruby
    21                spec:
    22                  uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
    23                  with:
    24                    ruby-version: "3.1"
    25                timeout: ""
    26                type: Action
    27            - step:
    28                identifier: installdependencies
    29                name: Install dependencies
    30                spec:
    31                  command: bundle install
    32                timeout: ""
    33                type: Run
    34            - step:
    35                identifier: runtests
    36                name: Run tests
    37                spec:
    38                  command: bundle exec rake
    39                timeout: ""
    40                type: Run
    41          platform:
    42            arch: Amd64
    43            os: Linux
    44          runtime:
    45            spec: {}
    46            type: Cloud
    47        type: CI
    48  # TODO: options.envs
    49  #  variables:
    50  #  - name: RUBY_VERSION
    51  #    type: String
    52  #    value: "3.1"
    53  #  - name: my-key
    54  #    type: String
    55  #    value: my-value