Skip to content
Snippets Groups Projects

imp: gitlab-ci use vbo_export ^4.0

Merged simon requested to merge imp-gitlab-ci-update-to-vbo_export-4 into master
Compare and
2 files
+ 1
17
Preferences
File browser
Compare changes
+ 1
2
@@ -83,7 +83,7 @@ $this->composerRequire()
->dependency("drupal/shareholder_register_accounting", "^1.0.21")
->dependency("drupal/simple_workflows", "^1.0.3")
->dependency('drupal/views_bulk_operations', '^4.0')
->dependency("drupal/vbo_export", "~3.0")
->dependency("drupal/vbo_export", "^4.0")
->dependency("drupal/webform", "^6.0")
->dependency("drupal/webform_views", "^5.0@alpha")
// ->dependency("google/charts", "45")
@@ -93,5 +93,4 @@ $this->composerRequire()
->run();
$this->_exec("cat /builds/DAR/dsr/.gitlab-ci/webform_views-schema.patch | patch -p 1 -d {$this->webRoot}/modules/contrib/webform_views/");
$this->_exec("cat /builds/DAR/dsr/.gitlab-ci/vbo_export-schema.patch | patch -p 1 -d {$this->webRoot}/modules/contrib/vbo_export/");
$this->_exec("curl -fsSL https://www.drupal.org/files/issues/2021-12-02/2429699-453-9.3.x.patch | patch -p 1 -d {$this->webRoot}");