Update .gitlab-ci.yml file
This commit is contained in:
parent
cf24a91e73
commit
4d20a352c7
@ -1,4 +1,4 @@
|
|||||||
image: registry.gitlab.com/pages/hugo:latest
|
image: https://hub.docker.com/_/debian
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@ -6,7 +6,7 @@ stages:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y rsync openssh-client
|
- apt-get install -y rsync openssh-client hugo
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
Reference in New Issue
Block a user