From 80a3236b30fcfa200cfa4bb138ba2a4b674c5573 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Wed, 1 Apr 2015 15:32:55 +0300 Subject: 96boards-hikey: use the refs/heads/ syntax / can be ambiguous. Per the documentation: The safest way is to use the refs/heads/ syntax. This way the expected branch is unambiguous. If ambiguous the first result is taken, which is not necessarily the expected one. Better use refs/heads/. Change-Id: I969d2f788831814fa8e5404b2a15fc66ab86cd1d Signed-off-by: Fathi Boudra --- trigger-96boards-hikey.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trigger-96boards-hikey.yaml') diff --git a/trigger-96boards-hikey.yaml b/trigger-96boards-hikey.yaml index e742cc8443..6d38320e97 100644 --- a/trigger-96boards-hikey.yaml +++ b/trigger-96boards-hikey.yaml @@ -18,7 +18,7 @@ refspec: +refs/heads/hikey:refs/remotes/origin/hikey name: origin branches: - - origin/hikey + - refs/heads/hikey skip-tag: true shallow-clone: true wipe-workspace: false -- cgit v1.2.3