Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 9acb011a authored by Robert Kaussow's avatar Robert Kaussow
Browse files

ci: only pin to hugo patch release

parent 65ab826e
Branches
Tags
No related merge requests found
...@@ -44,7 +44,7 @@ steps: ...@@ -44,7 +44,7 @@ steps:
- event: [pull_request] - event: [pull_request]
- name: build - name: build
image: quay.io/thegeeklab/hugo:0.136.5 image: quay.io/thegeeklab/hugo:0.136
commands: commands:
- hugo --panicOnWarning -s exampleSite/ - hugo --panicOnWarning -s exampleSite/
......
...@@ -24,7 +24,7 @@ steps: ...@@ -24,7 +24,7 @@ steps:
FORCE_COLOR: "true" FORCE_COLOR: "true"
- name: testbuild - name: testbuild
image: quay.io/thegeeklab/hugo:0.136.5 image: quay.io/thegeeklab/hugo:0.136
depends_on: [assets] depends_on: [assets]
commands: commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME} - mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment