dynamic-charts #19
@ -28,7 +28,7 @@ steps:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Test a build
|
- name: Test a build
|
||||||
image: klakegg/hugo
|
image: git.badhouseplants.net/badhouseplants/hugo-builder
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM klakegg/hugo
|
FROM git.badhouseplants.net/badhouseplants/hugo-builder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . /src
|
COPY . /src
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
Reference in New Issue
Block a user