diff options
author | 2020-08-13 11:10:00 +0200 | |
---|---|---|
committer | 2020-08-13 11:10:00 +0200 | |
commit | 911a92a74e25292161071b89dcf0e68ba729002b (patch) | |
tree | 8c3bb50b68bb7954460065e3170e5936a6b8bdb5 /.build.yml | |
parent | f3931fd510a74b013806f57115a847d60568bb37 (diff) | |
download | alps-911a92a74e25292161071b89dcf0e68ba729002b.tar.gz alps-911a92a74e25292161071b89dcf0e68ba729002b.tar.bz2 alps-911a92a74e25292161071b89dcf0e68ba729002b.zip |
ci: use new repo URL
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ./... |