Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
5ff41108
Unverified
Commit
5ff41108
authored
1 year ago
by
Guilherme Gazzo
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: change arg place to reuse cache (#31800)
parent
475d69dd
No related branches found
Branches containing commit
Tags
6.0.0-rc.10
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/actions/meteor-build/action.yml
+1
-1
1 addition, 1 deletion
.github/actions/meteor-build/action.yml
apps/meteor/package.json
+1
-1
1 addition, 1 deletion
apps/meteor/package.json
turbo.json
+0
-4
0 additions, 4 deletions
turbo.json
with
2 additions
and
6 deletions
.github/actions/meteor-build/action.yml
+
1
−
1
View file @
5ff41108
...
@@ -115,7 +115,7 @@ runs:
...
@@ -115,7 +115,7 @@ runs:
echo "Coverage enabled"
echo "Coverage enabled"
fi
fi
yarn build:ci
-- --directory /tmp/dist
yarn build:ci
-
name
:
Prepare build
-
name
:
Prepare build
shell
:
bash
shell
:
bash
...
...
This diff is collapsed.
Click to expand it.
apps/meteor/package.json
+
1
−
1
View file @
5ff41108
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
],
],
"scripts"
:
{
"scripts"
:
{
"start"
:
"meteor"
,
"start"
:
"meteor"
,
"build:ci"
:
"METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --server-only"
,
"build:ci"
:
"METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --server-only
--directory /tmp/dist
"
,
"dev"
:
"meteor --exclude-archs
\"
web.browser.legacy, web.cordova
\"
"
,
"dev"
:
"meteor --exclude-archs
\"
web.browser.legacy, web.cordova
\"
"
,
"dsv"
:
"meteor npm run dev"
,
"dsv"
:
"meteor npm run dev"
,
"ha"
:
"meteor npm run ha:start"
,
"ha"
:
"meteor npm run ha:start"
,
...
...
This diff is collapsed.
Click to expand it.
turbo.json
+
0
−
4
View file @
5ff41108
...
@@ -2,10 +2,6 @@
...
@@ -2,10 +2,6 @@
"$schema"
:
"https://turborepo.org/schema.json"
,
"$schema"
:
"https://turborepo.org/schema.json"
,
"globalDependencies"
:
[
"tsconfig.base.json"
,
"tsconfig.base.server.json"
,
"tsconfig.base.client.json"
],
"globalDependencies"
:
[
"tsconfig.base.json"
,
"tsconfig.base.server.json"
,
"tsconfig.base.client.json"
],
"pipeline"
:
{
"pipeline"
:
{
"build:ci"
:
{
"dependsOn"
:
[
"^build"
],
"outputs"
:
[
"dist/**"
]
},
"build"
:
{
"build"
:
{
"dependsOn"
:
[
"^build"
],
"dependsOn"
:
[
"^build"
],
"outputs"
:
[
"dist/**"
]
"outputs"
:
[
"dist/**"
]
...
...
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