Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
029c0543
Commit
029c0543
authored
Sep 16, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't redirect assets compilation output to a log file
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
58f318e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+1
-3
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
029c0543
...
...
@@ -19,7 +19,7 @@
-
node --version
-
run_timed_command "retry yarn install --frozen-lockfile"
-
free -m
-
run_timed_command "bin/rake gitlab:assets:compile
> assets-compile.log 2>&1
"
-
run_timed_command "bin/rake gitlab:assets:compile"
-
run_timed_command "scripts/clean-old-cached-assets"
compile-production-assets
:
...
...
@@ -34,7 +34,6 @@ compile-production-assets:
name
:
webpack-report
expire_in
:
31d
paths
:
-
assets-compile.log
# These assets are used in multiple locations:
# - in `build-assets-image` job to create assets image for packaging systems
# - GitLab UI for integration tests: https://gitlab.com/gitlab-org/gitlab-ui/-/blob/e88493b3c855aea30bf60baee692a64606b0eb1e/.storybook/preview-head.pug#L1
...
...
@@ -51,7 +50,6 @@ compile-test-assets:
artifacts
:
expire_in
:
7d
paths
:
-
assets-compile.log
-
public/assets/
-
node_modules/@gitlab/svgs/dist/icons.json
# app/helpers/icons_helper.rb uses this file
when
:
always
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment