Skip to content

Commit

Permalink
Sed’s dead baby
Browse files Browse the repository at this point in the history
  • Loading branch information
jnordberg committed Jun 13, 2018
1 parent 0aafbaa commit 9db4364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 9db4364

Please sign in to comment.