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 kind: pipeline
type: docker
name: default name: default
steps: steps:
- name: build
- name: submodules image: docker
image: alpine/git volumes:
commands: - name: dockersock
- git submodule update --init --recursive path: /var/run/docker.sock
commands:
- name: build - docker build -t foo:latest .
image: klakegg/hugo:ext-ci
commands:
- hugo
- echo "salut"
# - name: docker build and push # - name: docker build and push
# image: plugins/docker # image: plugins/docker