forgot the shell wrapper
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-09-21 19:50:13 +02:00
parent d85a684333
commit 81a9584dc4
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -64,7 +64,7 @@ pipeline {
}
steps {
dir('satrs-book') {
mdbook build
sh 'mdbook build'
sshagent(credentials: ['documentation-buildfix']) {
// Deploy to Apache webserver
sh 'rsync -r --delete book/ buildfix@documentation.irs.uni-stuttgart.de:/projects/sat-rs'