Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rocketchat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
packages
rocketchat
Commits
728ddfa3
Commit
728ddfa3
authored
2 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Fix build for 4.7.0 and newer
parent
b7f00bee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#15832
waiting for manual action
Stage: build
Stage: autoupdate
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
gitlabci-version.yml
+1
-1
1 addition, 1 deletion
gitlabci-version.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
3
View file @
728ddfa3
...
...
@@ -20,9 +20,9 @@ autoupdate:
script
:
-
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 ../../../..
-
cd rocketchat &&
YARN_CHECKSUM_BEHAVIOR=update yarn install --json && git diff yarn.lock
&& cd ..
-
cd rocketchat &&
yarn build:ci --
--directory
$(pwd)/
../build && cd ..
-
cd build/bundle/programs/server/ && npm install
--production
&& cd ../../../..
artifacts
:
paths
:
-
build
...
...
This diff is collapsed.
Click to expand it.
gitlabci-version.yml
+
1
−
1
View file @
728ddfa3
variables
:
UPSTREAM_VERSION
:
4.7.4
\ No newline at end of file
UPSTREAM_VERSION
:
4.6.3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment