summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-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