summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-06-03 08:47:26 -0700
committerKhem Raj <raj.khem@gmail.com>2020-06-05 08:54:47 -0700
commit49556b3cb334bf305351db334aae1043fab369dd (patch)
treed2c117f10d7db86781952a6d71c4c21596b98ef7
parentcdd10ec1479daa2db379d98f3bc0de5b092497ea (diff)
downloadmeta-clang-49556b3cb334bf305351db334aae1043fab369dd.tar.gz
drone: Use $DRONE_SOURCE_BRANCH instead of hardcoding branch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 7f14e38..4f0eb70 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -19,7 +19,7 @@ trigger:
19steps: 19steps:
20 - name: build 20 - name: build
21 commands: 21 commands:
22 - git clone --recurse-submodules -j8 -b master 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 master
25 - git pull 25 - git pull