This commit is contained in:
parent
c3b5ea8eb6
commit
6490626c0c
1 changed files with 16 additions and 0 deletions
16
.drone.yml
16
.drone.yml
|
|
@ -3,7 +3,15 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://git.thegibsonhome.net/docker/protonmail-bridge.git/ .
|
||||
- git checkout $DRONE_COMMIT
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
@ -26,7 +34,15 @@ kind: pipeline
|
|||
type: docker
|
||||
name: tag
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://git.thegibsonhome.net/docker/protonmail-bridge.git/ .
|
||||
- git checkout $DRONE_COMMIT
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue