From 067a50cc7cbc23025324c32b3a1235d6501c4af1 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter <clandmeter@alpinelinux.org> Date: Sun, 7 Apr 2019 09:46:11 +0000 Subject: [PATCH] drone: disable cloning creating the workspace has been moved to the CI build script. --- .drone.yml | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/.drone.yml b/.drone.yml index c11df730bda8..3b341434c96c 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 -- GitLab