diff --git a/.drone.yml b/.drone.yml index b12e554..01bfd39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,16 +8,17 @@ clone: trigger: repo: include: - - garionion/fluffychat + - garionion/fluffychat + - garionion/fluffybuild steps: -- name: clone - image: alpine/git - commands: - - git clone https://git.entr0py.de/garionion/fluffychat.git . - - git checkout $DRONE_COMMIT + - name: clone + image: alpine/git + commands: + - git clone https://git.entr0py.de/garionion/fluffychat.git . + - git checkout $DRONE_COMMIT -- name: build - image: archlinux/base-devel - commands: - - ls -al \ No newline at end of file + - name: build + image: archlinux/base-devel + commands: + - ls -al