aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-08-13 11:10:00 +0200
committerSimon Ser <contact@emersion.fr>2020-08-13 11:10:00 +0200
commit911a92a74e25292161071b89dcf0e68ba729002b (patch)
tree8c3bb50b68bb7954460065e3170e5936a6b8bdb5
parentf3931fd510a74b013806f57115a847d60568bb37 (diff)
downloadalps-911a92a74e25292161071b89dcf0e68ba729002b.tar.gz
alps-911a92a74e25292161071b89dcf0e68ba729002b.zip
ci: use new repo URL
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 65c84e8..ec3d82d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,8 +2,8 @@ image: alpine/edge
packages:
- go
sources:
- - https://git.sr.ht/~emersion/koushin
+ - https://git.sr.ht/~emersion/alps
tasks:
- build: |
- cd koushin
+ cd alps
go test -v ./...