diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-06-23 17:14:25 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-06-24 00:19:04 +0900 |
commit | 158fc8150e16aa4417db494b0c6ea56ffad02078 (patch) | |
tree | 0628a4a638c2bab292d20a7db70a1663ee6d920e /bin | |
parent | 523eaace0211f134bf24286ededa3f09b05b1d5f (diff) | |
download | gitlab-ce-158fc8150e16aa4417db494b0c6ea56ffad02078.tar.gz |
Remove bin/ci/upgrade.rb as not working all
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ci/upgrade.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/ci/upgrade.rb b/bin/ci/upgrade.rb deleted file mode 100755 index aab4f60ec60..00000000000 --- a/bin/ci/upgrade.rb +++ /dev/null @@ -1,3 +0,0 @@ -require_relative "../lib/ci/upgrader" - -Ci::Upgrader.new.execute |