aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-07 09:46:11 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-04-07 09:48:55 +0000
commit067a50cc7cbc23025324c32b3a1235d6501c4af1 (patch)
tree010ac2eb1fbb4e3f6e9c62f54ce6a3aaa75872a0 /.drone.yml
parent6fda81a869761a53ccc2d0c048c5ece0c4e46391 (diff)
drone: disable cloning
creating the workspace has been moved to the CI build script.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml30
1 files changed, 5 insertions, 25 deletions
diff --git a/.drone.yml b/.drone.yml
index c11df730bda..3b341434c96 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,16 +3,12 @@ kind: pipeline
name: edge-x86
clone:
- depth: 50
+ disable: true
platform:
os: linux
arch: amd64
-workspace:
- base: /home/buildozer/drone
- path: aports
-
steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-x86
@@ -32,16 +28,12 @@ kind: pipeline
name: edge-x86_64
clone:
- depth: 50
+ disable: true
platform:
os: linux
arch: amd64
-workspace:
- base: /home/buildozer/drone
- path: aports
-
steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-x86_64
@@ -61,16 +53,12 @@ kind: pipeline
name: edge-aarch64
clone:
- depth: 50
+ disable: true
platform:
os: linux
arch: arm64
-workspace:
- base: /home/buildozer/drone
- path: aports
-
steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-aarch64
@@ -90,16 +78,12 @@ kind: pipeline
name: edge-armhf
clone:
- depth: 50
+ disable: true
platform:
os: linux
arch: arm
-workspace:
- base: /home/buildozer/drone
- path: aports
-
steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-armhf
@@ -119,16 +103,12 @@ kind: pipeline
name: edge-armv7
clone:
- depth: 50
+ disable: true
platform:
os: linux
arch: arm
-workspace:
- base: /home/buildozer/drone
- path: aports
-
steps:
- name: build
image: alpinelinux/alpine-drone-ci:edge-armv7