diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-12 12:09:02 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-12 12:09:02 +0000 |
commit | 49d26b2348f2eb9e345eb1f66214678f42f15dd3 (patch) | |
tree | e68c6c2e50aae17d37a4d5508613b3d93627a5e2 /Rakefile | |
parent | 7f5e08060f261a63ebf5058a95419da66928173a (diff) | |
download | gitlab-ce-49d26b2348f2eb9e345eb1f66214678f42f15dd3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Rakefile')
-rwxr-xr-x | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ #!/usr/bin/env rake +# frozen_string_literal: true + # 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. |