checking an other combo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
francesco 2021-05-31 19:31:52 +02:00
parent 52fcd488ee
commit 53a11f4ea6
2 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN wget --quiet "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER
COPY ./ /site
WORKDIR /site
RUN git submodule add -f https://github.com/jakewies/hugo-theme-codex.git themes/hugo-theme-codex
# RUN git submodule add -f https://github.com/jakewies/hugo-theme-codex.git themes/hugo-theme-codex
# RUN git submodule update --init --recursive --remote
RUN hugo

View File

@ -3,6 +3,11 @@ type: docker
name: build
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive --remote
- name: build_container
image: plugins/docker
settings: