forked from instructure/steps-selective-builds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
step.yml
33 lines (29 loc) · 1.01 KB
/
step.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# A couple of useful guides & docs:
#
# - Main Bitrise CLI docs: https://github.com/bitrise-io/bitrise/tree/master/_docs
# - Step Development Guideline: https://github.com/bitrise-io/bitrise/blob/master/_docs/step-development-guideline.md
# - Bitrise.yml format spec: https://github.com/bitrise-io/bitrise/blob/master/_docs/bitrise-yml-format-spec.md
# - Bitrise docs: http://devcenter.bitrise.io/
# - Bitrise CLI guides: http://devcenter.bitrise.io/bitrise-cli/
title: |-
Selective Builds
summary: |
Skip building based on trigger paths of changed files.
description: |
Skip building based on trigger paths of changed files.
website: https://github.com/instructure/steps-selective-builds
source_code_url: https://github.com/instructure/steps-selective-builds
support_url: https://github.com/instructure/steps-selective-builds/issues
host_os_tags:
- osx-10.10
- ubuntu-16.04
type_tags:
- utility
is_requires_admin_user: false
is_always_run: false
is_skippable: false
run_if: ""
toolkit:
bash:
entry_file: step.sh