update Jenkinsfile
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -7,6 +7,7 @@ pipeline {
|
|||||||
stage('Install Dependencies') {
|
stage('Install Dependencies') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
apt-get update -qq && apt-get install -y -qq rsync
|
||||||
# Install Hugo
|
# Install Hugo
|
||||||
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.tar.gz \
|
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.tar.gz \
|
||||||
-o hugo.tar.gz
|
-o hugo.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user