Commit 2407e57a1400e6e4c03618480923400a6a87df33
1 parent
5f792369
Exists in
master
and in
17 other branches
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,6 +28,8 @@ build_iteration 1 | ||
28 | # creates required build directories | 28 | # creates required build directories |
29 | dependency "preparation" | 29 | dependency "preparation" |
30 | 30 | ||
31 | +dependency "gitlab-shell" | ||
32 | + | ||
31 | # version manifest file | 33 | # version manifest file |
32 | dependency "version-manifest" | 34 | dependency "version-manifest" |
33 | 35 |