update Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -8,8 +8,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
# Install Hugo
|
# 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
|
-o hugo.tar.gz
|
||||||
tar -xzf hugo.tar.gz hugo
|
tar -xzf hugo.tar.gz hugo
|
||||||
|
|
||||||
# Install Go
|
# Install Go
|
||||||
|
|||||||
Reference in New Issue
Block a user