summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-07-10 10:30:23 -0700
committerKhem Raj <raj.khem@gmail.com>2020-07-10 10:30:23 -0700
commitb58ce19a372a1979a13634be840a156b90202c4e (patch)
treed3481060e3669a8319d72a65b3860e3dcbfa53f9
parentc95b290745a03feca3b0aec24a400aaea7a09e33 (diff)
downloadmeta-clang-b58ce19a372a1979a13634be840a156b90202c4e.tar.gz
drone: Switch triggers to use dunfell branch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 4f0eb70..37f0010 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -11,7 +11,7 @@ clone:
11 11
12trigger: 12trigger:
13 branch: 13 branch:
14 - master 14 - dunfell
15 event: 15 event:
16 - push 16 - push
17 - pull_request 17 - pull_request
@@ -21,7 +21,7 @@ steps:
21 commands: 21 commands:
22 - git clone --recurse-submodules -j8 -b $DRONE_SOURCE_BRANCH git://github.com/YoeDistro/yoe-distro.git yoe 22 - git clone --recurse-submodules -j8 -b $DRONE_SOURCE_BRANCH git://github.com/YoeDistro/yoe-distro.git yoe
23 - cd yoe 23 - cd yoe
24 - git checkout master 24 - git checkout dunfell
25 - git pull 25 - git pull
26 - git submodule update --recursive --init 26 - git submodule update --recursive --init
27 - rm -rf sources/meta-clang 27 - rm -rf sources/meta-clang
@@ -61,7 +61,7 @@ clone:
61 61
62trigger: 62trigger:
63 branch: 63 branch:
64 - master 64 - dunfell
65 event: 65 event:
66 - push 66 - push
67 - pull_request 67 - pull_request