Skip to content

Commit 4f8114e

Browse files
committed
added log message trigger for dockerImage staging
1 parent 553faf7 commit 4f8114e

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [v1.4.1](https://github.com/push2cloud/cf-adapter/compare/v1.4.0...v1.4.1)
2+
- added log message trigger for dockerImage staging
3+
14
## [v1.4.0](https://github.com/push2cloud/cf-adapter/compare/v1.3.0...v1.4.0)
25
- added options for dockerImage
36

fns/stageApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = (api) => {
1616
return callback(new Error('Please provide an appGuid! \n' + JSON.stringify(options, null, 2)));
1717
}
1818

19-
options.messages = ['Starting app instance', 'Uploading complete'];
19+
options.messages = ['Starting app instance', 'Uploading complete', 'Starting health monitoring of container'];
2020
options.failMessages = ['staging failed'];
2121

2222
options.stageTimeout = options.stageTimeout || 300; //seconds

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"debug": "2.2.0",
2626
"filewalker": "0.1.3",
2727
"gitignore-parser": "0.0.2",
28-
"lodash": "4.14.1",
28+
"lodash": "4.15.0",
2929
"request": "2.74.0",
30-
"semver": "5.2.0",
30+
"semver": "5.3.0",
3131
"ws": "1.1.1"
3232
},
3333
"devDependencies": {
34-
"eslint": "2.13.1",
34+
"eslint": "3.3.1",
3535
"expect.js": "0.3.1"
3636
}
3737
}

0 commit comments

Comments
 (0)