Explorar el Código

test 2

master
komarov hace 4 años
padre
commit
0337ab0478
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      .drone.yml

+ 9
- 0
.drone.yml Ver fichero

@@ -2,7 +2,16 @@ kind: pipeline
type: docker
name: build

clone:
disable: true

steps:
- name: clone
image: alpine/git
commands:
- git clone https://gitea.torrion-vault.xyz/Torrion/arbitry.git .
- git checkout $DRONE_COMMIT

- name: build_php_base
image: plugins/docker
settings:


Cargando…
Cancelar
Guardar