aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-04-01 15:32:55 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-04-01 15:32:55 +0300
commit80a3236b30fcfa200cfa4bb138ba2a4b674c5573 (patch)
treefaefd7405a6a8ac10be0c6d5e1110066fe910bee
parent3c09ed6645671a75472524b5843a1cceabb3ec7c (diff)
96boards-hikey: use the refs/heads/<branchName> syntax
<remoteRepoName>/<branchName> can be ambiguous. Per the documentation: The safest way is to use the refs/heads/<branchName> 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/<branchName>. Change-Id: I969d2f788831814fa8e5404b2a15fc66ab86cd1d Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--96boards-hikey.yaml2
-rw-r--r--trigger-96boards-hikey.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/96boards-hikey.yaml b/96boards-hikey.yaml
index 19324a954b..091cf906bf 100644
--- a/96boards-hikey.yaml
+++ b/96boards-hikey.yaml
@@ -27,7 +27,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
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