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
abb122a4
Commit
abb122a4
authored
Jan 28, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update rake tasks
parent
7c5d4942
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-2
lib/tasks/gitlab/assets.rake
lib/tasks/gitlab/assets.rake
+1
-0
No files found.
.gitlab-ci.yml
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
...
...
lib/tasks/gitlab/assets.rake
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
...
...
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