summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 4f0eb70..5cc189a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -19,9 +19,9 @@ trigger:
19steps: 19steps:
20 - name: build 20 - name: build
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 git://github.com/YoeDistro/yoe-distro.git yoe
23 - cd yoe 23 - cd yoe
24 - git checkout master 24 - git checkout -b test origin/master
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