some improvements
Some checks are pending
Rust/sat-rs/pipeline/head Build started...

This commit is contained in:
Robin Müller 2023-09-21 18:26:33 +02:00
parent eb6a94980a
commit 6579c6d864
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
FROM rust:latest
RUN apt-get update
RUN apt-get --yes upgrade
RUN apt-get --yes install openssh-client
RUN apt-get --yes install rsync openssh-client
# tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -55,6 +55,9 @@ pipeline {
}
}
stage('Deploy satrs-book') {
when {
branch 'main'
}
steps {
dir('satrs-book') {
mdbook build