Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Snap-ci stuff trials #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chiquitinxx committed Jun 22, 2016
1 parent ecbce16 commit c6402c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test-app/build.gradle
Expand Up @@ -86,11 +86,11 @@ assets {
}

task pp() << {
println System.getenv('SNAP_CI')
println System.getenv('GEB_SAUCE_LABS_USER')
println System.getenv('sauceLabs.username')
println System.getProperty('sauceLabs.username')
println getProperty('sauceLabs.username')
println '1-' + System.getenv('SNAP_CI')
println '2-' + System.getenv('GEB_SAUCE_LABS_USER')
println '3-' + System.getenv('sauceLabs.username')
println '4-' + System.getProperty('sauceLabs.username')
//println getProperty('sauceLabs.username')
}

sauceLabs {
Expand Down

0 comments on commit c6402c7

Please sign in to comment.