This commit is contained in:
parent
eb6a94980a
commit
6579c6d864
@ -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
|
||||
|
||||
|
3
automation/Jenkinsfile
vendored
3
automation/Jenkinsfile
vendored
@ -55,6 +55,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Deploy satrs-book') {
|
||||
when {
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
dir('satrs-book') {
|
||||
mdbook build
|
||||
|
Loading…
x
Reference in New Issue
Block a user