Skip to content

Commit

Permalink
build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gclayburg committed Oct 23, 2023
1 parent 3862a8a commit d9271be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2etesting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ test {
}
task garynewman {
doLast {
def localHost = java.net.InetAddress.getLocalHost()
def hostName = localHost.getHostName()
println "Gradle is running on Hostname: $hostName"
exec {
commandLine 'newmanwaitdocker/entrypoint.sh'
}
Expand Down

0 comments on commit d9271be

Please sign in to comment.