blob: 4a013ea8b08e0c6276a27173e0593e7df1c34075 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
format_version: 1.1.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
trigger_map:
- pattern: "*"
is_pull_request_allowed: true
workflow: primary
workflows:
primary:
steps:
- script:
title: Skip Workflow
inputs:
- content: echo "This workflow is obsolete — see CircleCi."
|