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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user