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