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

     1  # Example using the size option to increase the memory available to all pipeline steps
     2  
     3  options:
     4    size: 2x
     5  
     6  pipelines:
     7    default:
     8      - step:
     9          script:
    10            - echo "2x memory is probably not needed for an echo command"