circleci: Install sed package
This commit is contained in:
parent
820bf17487
commit
595b3a1199
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue