From f8a196faaffa8c73facac031ae5102d013c02a27 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 10 Dec 2020 18:31:28 +0100 Subject: [PATCH] use apk --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 763de02ca..35f83d28a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -83,8 +83,7 @@ steps: - name: run federation tests image: node:15-alpine3.12 commands: - - apt-get update - - apt-get -y install --no-install-recommends bash curl + - apk add bash curl - cd api_tests/ - sh prepare-drone-federation-test.sh - yarn