Skip to content

Commit

Permalink
Added scp upload to download.eclipse.org
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-johnson committed Dec 12, 2022
1 parent 32163f8 commit 4361d5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tck/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,13 @@ val packageTck by tasks.registering {
exec {
commandLine = listOf("curl", "-o", "Eclipse-Sparkplug-TCK-3.0.0-signed.zip", "-F", "[email protected]", "https://cbi.eclipse.org/macos/codesign/sign")
}

exec {
commandLine = listOf("scp", "-o", "BatchMode=yes", "build/hivemq-extension/sparkplug-tck-3.0.0.jar", "[email protected]:/home/data/httpd/download.eclipse.org/Sparkplug/")
}
exec {
commandLine = listOf("scp", "-o", "BatchMode=yes", "Eclipse-Sparkplug-TCK-3.0.0-signed.zip", "[email protected]:/home/data/httpd/download.eclipse.org/Sparkplug/")
}
}
}

Expand Down

0 comments on commit 4361d5f

Please sign in to comment.