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

     1  # Example using the after-script option to run a command after the script commands
     2  
     3  pipelines:
     4    default:
     5      - step:
     6          name: Build and test
     7          script:
     8            - npm install
     9            - npm test
    10          after-script:
    11            - echo "after script has run!"