update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -8,7 +8,7 @@ pipeline {
|
||||
steps {
|
||||
sh '''
|
||||
# Install Hugo
|
||||
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.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
|
||||
tar -xzf hugo.tar.gz hugo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user