build: Rely on meteor version from docker image
This commit is contained in:
parent
bf88e3d577
commit
62c67a2f67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user