X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/50bccff93109fe6ef9c370d2a858049d8b2e22cd..c7cf228372bee18d84b14fc4089a758bc157fe76:/apps/workbench/Rakefile diff --git a/apps/workbench/Rakefile b/apps/workbench/Rakefile deleted file mode 100644 index 037f9013ac..0000000000 --- a/apps/workbench/Rakefile +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env rake -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: AGPL-3.0 - -# 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__) - -ArvadosWorkbench::Application.load_tasks