Merge pull request #13352 from antobinary/bbb-build-docker

build: Rely on meteor version from docker image
This commit is contained in:
Anton Georgiev 2021-09-30 16:48:34 -04:00 committed by GitHub
commit 77beb378a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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

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