Files
gitlabhq/Rakefile
T
Robert SpeicherandRobert Speicher 86420a5a6b Merge branch 'fix-permissions' into 'master'
Remove execution permissions from font assets

[ci skip]

See merge request !2082
2016-01-21 11:14:53 -05:00

8 lines
271 B
Ruby
Executable File

#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
Gitlab::Application.load_tasks