github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/steps/example6.yaml (about)

     1  # Example using the size option to increase the memory available to a pipeline step
     2  
     3  pipelines:
     4    default:
     5      - step:
     6          size: 2x
     7          script:
     8            - echo "This step gets double the memory!"