circleci: Install sed package

This commit is contained in:
Jonatan Nilsson 2019-10-01 03:49:58 +00:00
parent 820bf17487
commit 595b3a1199

View file

@ -12,8 +12,8 @@ jobs:
working_directory: ~/nfpmoe working_directory: ~/nfpmoe
steps: steps:
- run: - run:
name: Update and install SSH & Git name: Update and install SSH & Git & sed
command: apk update && apk upgrade && apk add --no-cache bash git openssh command: apk update && apk upgrade && apk add --no-cache bash git openssh sed
- checkout - checkout
- setup_remote_docker - setup_remote_docker
- run: - run: