Merge pull request #13352 from antobinary/bbb-build-docker
build: Rely on meteor version from docker image
This commit is contained in:
commit
77beb378a3
@ -11,7 +11,7 @@ stages:
|
||||
|
||||
# define which docker image to use for builds
|
||||
default:
|
||||
image: gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:v2021-08-10
|
||||
image: gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:v2021-09-30
|
||||
|
||||
# This stage uses git to find out since when each package has been unmodified.
|
||||
# it then checks an API endpoint on the package server to find out for which of
|
||||
|
@ -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