Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 7671e8ce authored by David's avatar David
Browse files

:bug: fix: err failed to download modules, binary go not found

parent 83f30fde
No related branches found
No related tags found
No related merge requests found
Pipeline #9636 passed
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
image:
# https://gohugo.io/hosting-and-deployment/hosting-on-gitlab/
# name: registry.gitlab.com/pages/hugo/hugo_extended:latest
name: klakegg/hugo:edge-ext-alpine #https://gitlab.com/hydroqc/hydroqc-docs
entrypoint: [""] #https://github.com/klakegg/docker-hugo/issues/13
variables:
GIT_SUBMODULE_STRATEGY: recursive
#HUGO_VERSION: "0.75.1"
HUGO_ENABLEGITINFO: "true"
HUGO_ENV: "production"
BASE_URL: "" #"https://davidaparicio.gitlab.io"
#BASE_URL: "https://davidaparicio.gitlab.io"
pages:
script:
......@@ -12,5 +17,15 @@ pages:
artifacts:
paths:
- public
only:
- master
only: #rules:
- master #- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
#test:
# stage: test
# script:
# - bundle exec jekyll build -d test
# artifacts:
# paths:
# - test
# rules:
# - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH #"main"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment