Skip to content

Commit

Permalink
minor notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aadamovich committed Jun 1, 2017
1 parent 9206911 commit 62f5466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.sshoogr
@@ -1,7 +1,7 @@

trustUnknownHosts = true

remoteSession('user2:654321@localhost:2233') {
remoteSession {
exec 'whoami'
exec 'du -s'
exec 'rm -rf /tmp/test.file'
Expand Down
5 changes: 4 additions & 1 deletion gradle/release.gradle
Expand Up @@ -92,4 +92,7 @@ uploadArchives {

nexusStaging {
packageGroup = ossReleaseGroup
}
}

// TODO: https://developer.github.com/v3/repos/releases/#create-a-release

0 comments on commit 62f5466

Please sign in to comment.