This website works better with JavaScript.
Home
Help
Sign In
alinz
/
spielplatz
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Move .drone.yml into project root
The CI configuration is expected to be there.
master
Andreas Linz
3 years ago
parent
189e0d102e
commit
dd3ae751bb
Signed by:
alinz
GPG Key ID:
9BF39809C9DA580C
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.drone.yml
droneci/.drone.yml → .drone.yml
View File
@ -1,6 +1,6 @@
workspace:
base
:
/go
path
:
src/github.com/klingt.net/spielplatz
/droneci
path
:
src/github.com/klingt.net/spielplatz
pipeline:
build:
@ -8,7 +8,7 @@ pipeline:
image
:
golang:${GO_VERSION}
commands:
-
go get
-
go test
-
go test
./droneci/...
matrix:
GO_VERSION:
Write
Preview
Loading…
Cancel
Save