mirror of
https://github.com/elyby/accounts.git
synced 2025-02-23 19:27:34 +05:30
Fix sed command
This commit is contained in:
parent
46552e8469
commit
8bff316bce
@ -76,7 +76,7 @@ build:production:
|
|||||||
sentryCdn: "$SENTRY_CDN",
|
sentryCdn: "$SENTRY_CDN",
|
||||||
};
|
};
|
||||||
" > frontend/config/env.js
|
" > 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:
|
script:
|
||||||
- export IMAGE_NAME="$CONTAINER_IMAGE:latest"
|
- export IMAGE_NAME="$CONTAINER_IMAGE:latest"
|
||||||
- docker build --pull -t $IMAGE_NAME .
|
- docker build --pull -t $IMAGE_NAME .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user