1
0
mirror of https://github.com/go-gitea/git.git synced 2026-02-05 15:45:40 +01:00

Add an head ref for the sake of using self repo for testing

This commit is contained in:
Sandro Santilli
2017-11-13 23:05:43 +13:00
parent 1ddbf2ec99
commit 7f2c5e4b98

View File

@@ -14,6 +14,7 @@ pipeline:
image: webhippie/golang:edge
pull: true
commands:
- git update-ref refs/heads/test HEAD
- make clean
- make vet
- make lint