Fix sed command

This commit is contained in:
ErickSkrauch 2018-03-18 02:39:13 +03:00
parent 46552e8469
commit 8bff316bce

View File

@ -76,7 +76,7 @@ build:production:
sentryCdn: "$SENTRY_CDN",
};
" > frontend/config/env.js
- sed -i '' -e 's/{{PLACE_VERSION_HERE}}/$VERSION/g' common/config/config.php
- sed -i"" -e "s/{{PLACE_VERSION_HERE}}/$VERSION/g" common/config/config.php
script:
- export IMAGE_NAME="$CONTAINER_IMAGE:latest"
- docker build --pull -t $IMAGE_NAME .