Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@troupe.co>2017-06-14 14:43:43 +0300
committerAndrew Newdigate <andrew@troupe.co>2017-06-14 14:43:43 +0300
commitb9472ab996c7e264fb03a8d7abf59dc88ac42094 (patch)
tree63e3db8216cb15d1fd20000a10ae87b5db7675bf
parent5b6a799a220744c1f2c6f771600c6d971a372c36 (diff)
Release now runs verify rather than notice-up-to-datemakefile-tidy
-rwxr-xr-x_support/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/release b/_support/release
index 091004639..92e776b7c 100755
--- a/_support/release
+++ b/_support/release
@@ -4,7 +4,7 @@ require 'erb'
require_relative 'run.rb'
def main(version)
- run!(%w[make notice-up-to-date])
+ run!(%w[make verify])
run!(%w[make test])
puts 'Testing for changed files'