From 8cee36648401aca0db8dd56c7b40df1809c085b2 Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Wed, 3 Aug 2022 16:42:13 +0200 Subject: [PATCH] Remove bun installation from drone --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ff75895..18d98d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ steps: - name: test image: node:16 commands: - - curl https://bun.sh/install | bash - node ./test-server/node-http.js & - npm install - npm test @@ -19,7 +18,6 @@ steps: - name: test image: node commands: - - curl https://bun.sh/install | bash - node ./test-server/node-http.js & - npm install - npm test \ No newline at end of file