Merge branch '6.8' of https://gitea.onecluster.org/OneTeam/trytondo-sale_opportunity_management into vistasWizardPendingCall
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
commit
a63dd54089
4
Rakefile
4
Rakefile
@ -12,8 +12,8 @@ end
|
||||
desc 'poblar entorno'
|
||||
task :init => [:up] do
|
||||
pecker = YAML.load_file(WOODPECKER_YML)
|
||||
['tests', 'style'].each do |pipeline|
|
||||
pecker.dig('pipeline', pipeline, 'commands').grep(/install/).each do |cmd|
|
||||
['tests', 'style'].each do |steps|
|
||||
pecker.dig('steps', steps, 'commands').grep(/install/).each do |cmd|
|
||||
compose('exec', 'app.dev', cmd)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user