Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kevin Daudt
aports
Commits
067a50cc
Commit
067a50cc
authored
Apr 07, 2019
by
Carlo Landmeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drone: disable cloning
creating the workspace has been moved to the CI build script.
parent
6fda81a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
25 deletions
+5
-25
.drone.yml
.drone.yml
+5
-25
No files found.
.drone.yml
View file @
067a50cc
...
...
@@ -3,16 +3,12 @@ kind: pipeline
name
:
edge-x86
clone
:
d
epth
:
50
d
isable
:
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
:
d
epth
:
50
d
isable
:
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
:
d
epth
:
50
d
isable
:
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
:
d
epth
:
50
d
isable
:
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
:
d
epth
:
50
d
isable
:
true
platform
:
os
:
linux
arch
:
arm
workspace
:
base
:
/home/buildozer/drone
path
:
aports
steps
:
-
name
:
build
image
:
alpinelinux/alpine-drone-ci:edge-armv7
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment