Skip to content

Commit

Permalink
feat: more data stored into cache state Fixes #213
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Dec 14, 2019
1 parent 57dd4dd commit 759bc33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class ComposeUp extends DefaultTask {

@Internal
protected def getStateForCache() {
settings.composeExecutor.execute('ps')
settings.composeExecutor.execute('ps') + settings.composeExecutor.execute('config')
}

protected Iterable<ServiceInfo> loadServicesInfo(Iterable<String> servicesNames) {
Expand Down

0 comments on commit 759bc33

Please sign in to comment.