Commit 2407e57a1400e6e4c03618480923400a6a87df33

Authored by Jacob Vosmaer
1 parent 5f792369

Add gitlab-shell dependency to project

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/projects/gitlab.rb
... ... @@ -28,6 +28,8 @@ build_iteration 1
28 28 # creates required build directories
29 29 dependency "preparation"
30 30  
  31 +dependency "gitlab-shell"
  32 +
31 33 # version manifest file
32 34 dependency "version-manifest"
33 35  
... ...