Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab FOSS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab FOSS
Commits
abb122a4
There was a problem fetching the pipeline summary.
Commit
abb122a4
authored
8 years ago
by
Mike Greiling
Browse files
Options
Downloads
Patches
Plain Diff
update rake tasks
parent
7c5d4942
No related branches found
No related tags found
2 merge requests
!8939
Integrate webpack for frontend asset compilation (duplicate MR)
,
!7288
Integrate webpack for frontend asset compilation
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
lib/tasks/gitlab/assets.rake
+1
-0
1 addition, 0 deletions
lib/tasks/gitlab/assets.rake
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
2
View file @
abb122a4
...
...
@@ -108,8 +108,7 @@ setup-test-env:
stage
:
prepare
script
:
-
npm install
-
bundle exec rake webpack:compile
-
bundle exec rake gitlab:assets:compile 2>/dev/null
-
bundle exec rake gitlab:assets:compile
-
bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
artifacts
:
expire_in
:
7d
...
...
This diff is collapsed.
Click to expand it.
lib/tasks/gitlab/assets.rake
+
1
−
0
View file @
abb122a4
...
...
@@ -3,6 +3,7 @@ namespace :gitlab do
desc
'GitLab | Assets | Compile all frontend assets'
task
:compile
do
Rake
::
Task
[
'assets:precompile'
].
invoke
Rake
::
Task
[
'webpack:compile'
].
invoke
Rake
::
Task
[
'gitlab:assets:fix_urls'
].
invoke
end
...
...
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