Mise à jour de '.drone.yml'
This commit is contained in:
parent
b4a90e956c
commit
67f6381023
@ -1,10 +1,19 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: hugo
|
name: hugo
|
||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: hugosource
|
||||||
|
host:
|
||||||
|
path: "/drone/src"
|
||||||
|
- name: dockersock
|
||||||
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: submodules
|
- name: submodules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user