Skip to content

Commit

Permalink
Merge pull request #4 from sharovik/hotfix/correct-package-name
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sharovik authored Oct 16, 2020
2 parents ad3e353 + ec14fba commit 8278121
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ pipelines:
### Clone into devbot project
```
git clone git@github.com:sharovik/bitbucket-run-pipeline.git events/bitbucket_run_pipeline
git clone git@github.com:sharovik/bitbucket-run-pipeline.git events/bitbucketrunpipeline
```

### Install it into your devbot project
1. clone this repository into `events/` folder of your devbot project. Please make sure to use `bitbucket_run_pipeline` folder name for this event
1. clone this repository into `events/` folder of your devbot project. Please make sure to use `bitbucketrunpipeline` folder name for this event
2. add into imports path to this event in `defined-events.go` file
```
import "github.com/sharovik/devbot/events/bitbucket_run_pipeline"
import "github.com/sharovik/devbot/events/bitbucketrunpipeline"
```
3. add this event into `defined-events.go` file to the defined events map object
```
DefinedEvents.Events[bitbucket_run_pipeline.EventName] = bitbucket_run_pipeline.Event
DefinedEvents.Events[bitbucketrunpipeline.EventName] = bitbucketrunpipeline.Event
```

### Prepare environment variables in your .env
Expand Down

0 comments on commit 8278121

Please sign in to comment.