mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 13:42:30 +05:30
Fix sed command
This commit is contained in:
parent
46552e8469
commit
8bff316bce
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user