Answers for "bitrise disable step"

0

bitrise disable step

- script:
    run_if: false
    inputs:
    - content: |-
        #!/bin/bash
        echo "This will never run, because of run_if:false"
Posted by: Guest on October-25-2021

Browse Popular Code Answers by Language