circleci: Remove original file after sed

master
Jonatan Nilsson 2019-10-01 03:50:33 +00:00
parent 595b3a1199
commit 924533a0f5
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
name: Replace version in config
command: |
sed -i .org "s/circleci_version_number/${CIRCLE_BUILD_NUM}/g" config/config.default.json
rm config/config/config.default.json.org
- run:
name: Build docker image
command: docker build -t ${di}:build_${CIRCLE_BUILD_NUM} -t ${di}:${CIRCLE_SHA1} -t ${di}:${dtag} .