amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

[Gradle Script Issue #799] Gradle script correction for example repo #806

Closed maheshrajus closed 5 years ago

maheshrajus commented 5 years ago
  1. PR raised for the issue #799
  2. 'runapp' task no relation with 'runenvapp' task. runenvapp task will be SUCCESSFUL always even 'runapp' task fails/success. I fixed this by using the "runenvapp.finalizedBy runapp". In this case, 'runenvapp' task status will be decided by 'runapp' task.

Build Report: BuildReport

Success Case: successCase

Failure Case FailureCase

ports close after task: portsClean