Skip to content

Commit

Permalink
release on merge to master
Browse files Browse the repository at this point in the history
This seeks to avoid the following error:

```
error: github returned 422 Unprocessable Entity (this is probably because the release already exists)
```

Example:
https://travis-ci.org/Comcast/terraform-provider-akamai/jobs/277418460
  • Loading branch information
mdb committed Sep 19, 2017
1 parent 0304052 commit ee99a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ deploy:
skip_cleanup: true
on:
repo: Comcast/terraform-provider-akamai
tags: true
branch: master

notifications:
email:
Expand Down

0 comments on commit ee99a59

Please sign in to comment.