Fix syntax error in version.json file (#3734)
Should be using double quotes in JSON file instead of single quotes.
This commit is contained in:
Родитель
66641356da
Коммит
926761ea13
|
@ -64,4 +64,4 @@ RUN rm -f settings_local.py
|
|||
RUN GITREF=$(git rev-parse HEAD) \
|
||||
GITTAG=$(git name-rev --tags --name-only $GITREF) \
|
||||
SOURCE='https://github.com/mozilla/addons-server' \
|
||||
&& echo "{'source': '$SOURCE', 'version': '$GITTAG', 'commit': '$GITREF'}" > version.json
|
||||
&& echo "{\"source\": \"$SOURCE\", \"version\": \"$GITTAG\", \"commit\": \"$GITREF\"}" > version.json
|
||||
|
|
Загрузка…
Ссылка в новой задаче