Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
Fix Pulse parameter conversion for version number of beta builds (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Jun 10, 2015
1 parent 576fb4b commit 7509eca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/production/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"BUILD_TYPE": {
"value": "candidate"
},
"BUILD_VERSION": {
"key": "version"
},
"LOCALE": {
"key": "locale"
},
Expand All @@ -50,9 +53,6 @@
},
"REPORT_URL": {
"value": "http://mozauto.iriscouch.com/mozmill-release/"
},
"VERSION": {
"key": "version"
}
},
"endurance": {
Expand Down
6 changes: 3 additions & 3 deletions config/staging/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"BUILD_TYPE": {
"value": "candidate"
},
"BUILD_VERSION": {
"key": "version"
},
"LOCALE": {
"key": "locale"
},
Expand All @@ -50,9 +53,6 @@
},
"REPORT_URL": {
"value": "http://mozauto.iriscouch.com/mozmill-staging/"
},
"VERSION": {
"key": "version"
}
},
"endurance": {
Expand Down

0 comments on commit 7509eca

Please sign in to comment.