forked from zv0n/lunch-go
CI: testing login
This commit is contained in:
parent
8f3a96e82c
commit
4ca5bf450d
32
.drone.yml
32
.drone.yml
@ -1,35 +1,3 @@
|
||||
#---
|
||||
#kind: pipeline
|
||||
#type: kubernetes
|
||||
#name: build
|
||||
#platform:
|
||||
# os: linux
|
||||
# arch: amd64
|
||||
#
|
||||
#steps:
|
||||
#- name: formatting-check
|
||||
# image: golang
|
||||
# commands:
|
||||
# - test -z $(gofmt -l .)
|
||||
#- name: build
|
||||
# image: docker:dind
|
||||
# volumes:
|
||||
# - name: dockersock
|
||||
# path: /var/run
|
||||
# commands:
|
||||
# - docker build -f Dockerfile .
|
||||
#
|
||||
#services:
|
||||
#- name: docker
|
||||
# image: docker:dind
|
||||
# privileged: true
|
||||
# volumes:
|
||||
# - name: dockersock
|
||||
# path: /var/run
|
||||
#
|
||||
#volumes:
|
||||
#- name: dockersock
|
||||
# temp: {}
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
|
Loading…
Reference in New Issue
Block a user