From 9db43649c9e178a265a8278aeccbb4c470ed0e68 Mon Sep 17 00:00:00 2001 From: Johan Nordberg Date: Wed, 13 Jun 2018 18:48:32 +0200 Subject: [PATCH] =?UTF-8?q?Sed=E2=80=99s=20dead=20baby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67a61fe..65b8db8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: docker: - image: node:8-alpine steps: - - run: apk add --no-cache make bash ca-certificates + - run: apk add --no-cache make bash ca-certificates sed - checkout - restore_cache: keys: @@ -25,7 +25,7 @@ jobs: docker: - image: node:9-alpine steps: - - run: apk add --no-cache make bash ca-certificates + - run: apk add --no-cache make bash ca-certificates sed - checkout - restore_cache: keys: @@ -46,7 +46,7 @@ jobs: docker: - image: node:10-alpine steps: - - run: apk add --no-cache make bash ca-certificates + - run: apk add --no-cache make bash ca-certificates sed - checkout - restore_cache: keys: