Skip to content

Commit

Permalink
fix some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed May 29, 2016
1 parent 6c36343 commit 97312b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,30 +62,19 @@ Once the bot is running see the documentation for the [Command list](https://git

* To show the command list

```@BotName command list ``` or ```@BotName help ```
<p align="left" >
<img title="ci alarm" src='doc/img/command list.png' width="400px"/>
</p>
```@BotName command list ``` or ```@BotName help ```

* To show the repository status

```@BotName status "[repository name|repository slugName]" ```

<p align="left" >
<img title="ci alarm" src='doc/img/status.png' width="400px"/>
</p>

* To show the repository list

```@BotName repository list ```

<p align="left" >
<img title="ci alarm" src='doc/img/repo list.png' width="400px"/>
</p>

* To build a project on Travis
* To run a build a project on Travis

```@BotName rebuild "[repository name|repository slugName]" ```
```@BotName build "[repository name|repository slugName]" ```

* To view the build history of a project

Expand All @@ -97,9 +86,12 @@ Once the bot is running see the documentation for the [Command list](https://git

* To view the status about all your repository

```@BotName report" ```
```@BotName report ```

* To switch on/off the alarm light if you install [ci-alarm on a raspberry pi](https://github.com/eromano/ci-alarm/wiki/Set-up--CI-ALARM-on-your-Raspberry-Pi)

```@BotName alarm on/off ```

## Plug-In

<div>
Expand Down
1 change: 0 additions & 1 deletion src/raspberryInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class raspberryInterface {

constructor() {
var gpioPinDefault = 22;
// var projectToAlarm = process.env.PROJECT_TO_ALARM || nconf.get('projectToAlarm');
this.pin = nconf.get('gpioPin') || gpioPinDefault;

this.gpioPin = gpio.export(this.pin, {
Expand Down

0 comments on commit 97312b4

Please sign in to comment.