Mise à jour de '.drone.yml'
This commit is contained in:
parent
eae3c6b911
commit
307e5e6e76
15
.drone.yml
15
.drone.yml
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user