diff --git a/.drone.yml b/.drone.yml index 60cb0b5..2f672e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,11 +5,21 @@ name: default platform: arсh: amd64 +clone: + disable: true + steps: -- name: build - image: asonix/rust-builder:amd64-latest +- name: clone + image: alpine/git:latest user: root commands: + - git clone https://git.asonix.dog/asonix/apub + - git checkout $DRONE_COMMIT + - chown -R 991:991 . + +- name: build-amd64 + image: asonix/rust-builder:amd64-latest + commands: - whoami - pwd - ls -la