jonpspri commented on issue #184: Create tarball for Nginx container in 
OpenWhisk as part of release deploy script
URL: 
https://github.com/apache/incubator-openwhisk-cli/pull/184#issuecomment-359459525
 
 
   The dependency comes from `tests/build.gradle`:
   
   ```
   dependencies {
       compile "org.scala-lang:scala-library:${gradle.scala.version}"
       compile project(':clitests')
       compile project(':clitests').sourceSets.test.output
   }
   ```
   
   Which refers to the `incubator-openwhisk` tests directory (see 
`settings.gradle`):
   
   ```
   include 'clitests'; project(':clitests').projectDir = new File(owDirectory, 
'tests')
   ```
   
   I'm experimenting with tearing out clitests to see what happens...  Result:  
Not pretty.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to