diff options
author | Alexis Reigel <mail@koffeinfrei.org> | 2017-06-26 14:29:01 +0200 |
---|---|---|
committer | Alexis Reigel <mail@koffeinfrei.org> | 2017-07-27 15:43:36 +0200 |
commit | 5013f3a8167bb7c665b19f44ae66e543fe0b2fce (patch) | |
tree | e81eab3f6eb537361b917c2a69596c03efe780ae /spec/support/test_env.rb | |
parent | afd7582af6a20d72b1d941d9849f331aee8f994a (diff) | |
download | gitlab-ce-5013f3a8167bb7c665b19f44ae66e543fe0b2fce.tar.gz |
use updated gitlab-test repo for signed commits
Diffstat (limited to 'spec/support/test_env.rb')
-rw-r--r-- | spec/support/test_env.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb index c32c05b03e2..7682bdf8cd0 100644 --- a/spec/support/test_env.rb +++ b/spec/support/test_env.rb @@ -5,6 +5,7 @@ module TestEnv # When developing the seed repository, comment out the branch you will modify. BRANCH_SHA = { + 'signed-commits' => '5d4a1cb', 'not-merged-branch' => 'b83d6e3', 'branch-merged' => '498214d', 'empty-branch' => '7efb185', |