This commit is contained in:
parent
ed15ca57f6
commit
24279cd3da
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
clone:
|
||||
# убрано так как сейчас не тестим ничего предварительно а сразу тянем в директорию
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: pull into the folduh
|
||||
commands:
|
||||
- cd /usr/share/$DRONE_REPO_NAME
|
||||
- git pull
|
||||
|
Reference in New Issue
Block a user