-
Notifications
You must be signed in to change notification settings - Fork 5
/
step.yml
32 lines (32 loc) · 926 Bytes
/
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
title: Random Quote
summary: |-
Got no idea how to spice up your every day build notifications? How about a
random quote to pass the time while your app is being installed on your device?
description: |-
Prints a random quote and saves it into the $quote environment variable (adds it to the ~/.bash_profile)
Uses the http://www.iheartquotes.com API
website: https://github.com/bitrise-io/steps-random-quote
source_code_url: https://github.com/bitrise-io/steps-random-quote
support_url: https://github.com/bitrise-io/steps-random-quote/issues
host_os_tags:
- "osx-10.10"
project_type_tags: []
type_tags:
- utility
is_requires_admin_user: false
is_always_run: false
is_skippable: false
deps:
brew:
- name: go
run_if: ""
inputs: []
outputs:
- RANDOM_QUOTE:
opts:
title: the quote
summary: ""
description: ""
is_expand: false
is_required: true
is_dont_change_value: true