build: Rely on meteor version from docker image

This commit is contained in:
Anton Georgiev 2021-09-30 20:43:48 +00:00
parent bf88e3d577
commit 62c67a2f67

View File

@ -38,7 +38,9 @@ mkdir -p /tmp/html5-build
meteor npm -v
meteor node -v
cat .meteor/release
meteor update --allow-superuser --release 2.3.6
# meteor version control was moved to the Dockerfile of the image used in .gitlab-ci.yml
# meteor update --allow-superuser --release 2.3.6
# build the HTML5 client
meteor npm ci --production