Skip to content

Commit 21b3438

Browse files
committed
Fix sed command to resolve app version
1 parent 8bba1c7 commit 21b3438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build_script:
4545
echo changing API yaml definition version to $APP_VERSION
4646
#MacOS version:
4747
#sed -i '' -e 's/\(.*version:.*\)/version: $APP_VERSION/g' MightyCalcAPI.yaml
48-
sed -i 's/\(.*version:.*\)/ version: $APP_VERSION/g' MightyCalcAPI.yaml
48+
sed -i "s/\(.*version:.*\)/ version: $APP_VERSION/g" MightyCalcAPI.yaml
4949
5050
docker build . --target=build-env -t mightycalc-test:local
5151
docker build . -t aleskov/mightycalc:latest -t aleskov/mightycalc:$APP_VERSION

0 commit comments

Comments
 (0)