Skip to content

Commit

Permalink
Fix omnibus rake task [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Dec 23, 2018
1 parent 82914fa commit 08051dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus-ridgepole/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace :docker do
end

namespace :omnibus do
task build: ['build:ubuntu', 'build:centos']
task build: ['docker:image:build', 'build:ubuntu', 'build:centos']

namespace :build do
task :ubuntu do
Expand Down

0 comments on commit 08051dd

Please sign in to comment.