From 57ad1ba8a40ed52dbe92b999375f13bbc37bb2c5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 17 Mar 2021 14:42:15 +0700 Subject: [PATCH] Add default drone ci --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0556a1a..af2cf95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,10 @@ kind: pipeline -type: exec +type: docker name: ci -platform: - os: darwin - arch: amd64 - steps: - name: test + image: node commands: - yarn - yarn migrate