Skip to content

Commit 8ffb46c

Browse files
committed
CAMEL-11500: replace hugo-bin with hugo-cli
Seems that `hugo-bin` has some issues with caching downloaded hugo version, replacing with hugo-cli to see if that's more reliable.
1 parent ff78e4f commit 8ffb46c

File tree

3 files changed

+165
-481
lines changed

3 files changed

+165
-481
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pipeline {
4343
environment {
4444
ANTORA_CACHE_DIR = "$WORKSPACE/.antora-cache"
4545
YARN_CACHE_FOLDER = "$WORKSPACE/.yarn-cache"
46+
HUGO_VERSION = "0.52.0"
4647
}
4748

4849
steps {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"version": "1.0.0-SNAPSHOT",
3+
"license": "Apache-2.0",
24
"scripts": {
35
"theme": "(cd antora-ui-camel && yarn install && yarn gulp pack)",
46
"documentation": "antora --pull site.yml",
@@ -13,9 +15,7 @@
1315
"critical": "^1.3.4",
1416
"gulp": "^4.0.0",
1517
"gulp-htmlmin": "^5.0.1",
16-
"hugo-bin": "^0.39.0",
18+
"hugo-cli": "^0.9.0",
1719
"npm-run-all": "^4.1.5"
18-
},
19-
"version": "1.0.0-SNAPSHOT",
20-
"license": "Apache-2.0"
20+
}
2121
}

0 commit comments

Comments
 (0)