that's odd..

This commit is contained in:
2023-12-01 16:35:46 +01:00
parent 490b05e612
commit c7e98a964a

@ -69,7 +69,7 @@ pipeline {
sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/'
sshagent(credentials: ['documentation-buildfix']) {
// Deploy to Apache webserver
sh 'rsync -r --delete ./target/debug/coverage/ buildfix@documentation.irs.uni-stuttgart.de:/projects/spacepackets-rs/coverage/latest'
sh 'rsync -r --delete ./target/debug/coverage/ buildfix@absatsw.irs.uni-stuttgart.de:/projects/spacepackets-rs/coverage/latest'
}
}
}