Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2022-12-19 02:02:07 +01:00
parent eae3c6b911
commit 307e5e6e76

View File

@ -1,19 +1,14 @@
kind: pipeline
type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build
image: klakegg/hugo:ext-ci
image: docker
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- hugo
- echo "salut"
- docker build -t foo:latest .
# - name: docker build and push
# image: plugins/docker