Skip to content

Commit

Permalink
fix#2
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenmitru committed Apr 24, 2019
1 parent 82a4ea7 commit caafd2b
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions regconfig.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
{
"core": {
"workingDir": ".reg",
"actualDir": "screenshots/latest",
"threshold": 0,
"ximgdiff": {
"invocationType": "client"
},
"addIgnore": true,
"thresholdRate": 0
"core": {
"workingDir": ".reg",
"actualDir": "screenshots/latest",
"thresholdRate": 0,
"addIgnore": true,
"ximgdiff": {
"invocationType": "client"
}
},
"plugins": {
"reg-keygen-git-hash-plugin": true,
"reg-notify-github-plugin": {
"clientId": ""
},
"reg-notify-slack-plugin": {
"webhookUrl": "${SLACK_WEBHOOK}"
},
"plugins": {
"reg-keygen-git-hash-plugin": true,
"reg-notify-github-plugin": {
"clientId": ""
},
"reg-publish-s3-plugin": {
"bucketName": "${BUCKET_NAME}",
"pathPrefix": "${PATH_PREFIX}"
},
"reg-notify-slack-plugin": {
"webhookUrl": "${SLACK_WEBHOOK}"
}
"reg-publish-s3-plugin": {
"bucketName": "${BUCKET_NAME}",
"pathPrefix": "${PATH_PREFIX}"
}
}

}

0 comments on commit caafd2b

Please sign in to comment.