Prepare book release #78
@ -4,7 +4,7 @@
|
|||||||
FROM rust:latest
|
FROM rust:latest
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get --yes upgrade
|
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
|
# tzdata is a dependency, won't install otherwise
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
3
automation/Jenkinsfile
vendored
3
automation/Jenkinsfile
vendored
@ -55,6 +55,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy satrs-book') {
|
stage('Deploy satrs-book') {
|
||||||
|
when {
|
||||||
|
branch 'main'
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
dir('satrs-book') {
|
dir('satrs-book') {
|
||||||
mdbook build
|
mdbook build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user