this is okay
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
Rust/spacepackets/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robin Müller 2023-09-18 17:50:50 +02:00
parent 5d8b5ce370
commit a6bced7983
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ pipeline {
stages {
stage('Rust Toolchain Info') {
steps {
echo "Rust Toolchain Version"
sh 'rustc --version'
}
}