[skip ci] update provs binaries to version 0.9.8
This commit is contained in:
parent
800c974668
commit
2212286ea7
2 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ Additionally, it is possible to define a custom processor if needed.
|
||||||
* `local`
|
* `local`
|
||||||
* `user123:mypassword@myhost.com` - general format is: <user[:password]@host> -
|
* `user123:mypassword@myhost.com` - general format is: <user[:password]@host> -
|
||||||
* if password is omitted, then ssh-keys will be used for authentication
|
* if password is omitted, then ssh-keys will be used for authentication
|
||||||
* if password is omitted but option `-p` is provided the password will be prompted interactively
|
* if password is omitted but option `-p` is provided, then the password will be prompted interactively
|
||||||
|
|
||||||
**options**
|
**options**
|
||||||
* `-p` for interactive password question
|
* `-p` for interactive password question
|
||||||
|
|
|
@ -7,11 +7,11 @@ import org.domaindrivenarchitecture.provs.framework.ubuntu.web.base.downloadFrom
|
||||||
|
|
||||||
fun Prov.installBinariesProvs() = task {
|
fun Prov.installBinariesProvs() = task {
|
||||||
// check for latest stable release on: https://gitlab.com/domaindrivenarchitecture/provs/-/releases
|
// check for latest stable release on: https://gitlab.com/domaindrivenarchitecture/provs/-/releases
|
||||||
// release 0.9.6
|
// release 0.9.8
|
||||||
val jobId = "2083873496"
|
val jobId = "2137287031"
|
||||||
val installationPath = " /usr/local/bin/"
|
val installationPath = " /usr/local/bin/"
|
||||||
val provsServerSha256sum = "1127d0a939e1d3eec8e15cd3969f565732b89d9ca10bbaf134840d25aeb3f03b"
|
val provsDesktopSha256sum = "8ad8ca69adf9b3da0a56d088a8694b366528fdcb4ad6b5047b42f32c4877d7ce"
|
||||||
val provsDesktopSha256sum = "626f1e01fca5845a54ddd1e645e52bb4b05d04a4cfa060cd18f1ad15a5d387ad"
|
val provsServerSha256sum = "91adf9bf6bad18b891eed53e23ad03182824daf3c724599255ee8a56294bf88c"
|
||||||
|
|
||||||
createDirs(installationPath, sudo = true)
|
createDirs(installationPath, sudo = true)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue