Skip to content

Commit

Permalink
(maintenance) Add init to build:stage (magento#7941)
Browse files Browse the repository at this point in the history
* Add init to build:stage

Required for new CI/CD staging

* Fix syntax
  • Loading branch information
dshevtsov authored Sep 25, 2020
1 parent 14365f4 commit f030bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/build.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace :build do
end

desc 'Build the site for staging'
task :stage do
task stage: %w[init] do
print 'Building the site for staging: $ '.magenta
sh 'bin/jekyll',
'build',
Expand Down

0 comments on commit f030bd2

Please sign in to comment.