Skip to content
Snippets Groups Projects
Commit f77522d8 authored by Julian's avatar Julian
Browse files

Switch from pre-build bundles to metor build

parent b9dec1e7
No related branches found
No related tags found
No related merge requests found
Pipeline #9161 waiting for manual action
......@@ -18,10 +18,11 @@ autoupdate:
extends: .build
image: registry.git.cccv.de/infra/packages/docker-images/meteor
script:
- wget -q "https://cdn-download.rocket.chat/build/rocket.chat-${UPSTREAM_VERSION}.tgz" -O rocketchat.tar.gz
- mkdir build
- tar -C build -xzf rocketchat.tar.gz
- cd build/bundle/programs/server && npm install && cd ../../../..
- meteor --version
- git clone --depth 1 --branch ${UPSTREAM_VERSION} https://github.com/RocketChat/Rocket.Chat rocketchat
- cd rocketchat && npm install && cd ..
- cd rocketchat && meteor build --directory ../build && cd ..
- cd build/bundle/programs/server/ && npm install && cd ../../../..
artifacts:
paths:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment