[sysadmin/neon-tooling] /: commands needs to be run in shell
Carlos De Maine <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f36cf60f88dfa7e63309b3d447dffc284dfe9e6d by Carlos De Maine.
Committed on 19/07/2026 at 13:30.
Pushed by carlosdem into branch 'master'.
commands needs to be run in shell
M +1 -1 deploy_in_container.rake
https://invent.kde.org/sysadmin/neon-tooling/-/commit/f36cf60f88dfa7e63309b3d447dffc284dfe9e6d
diff --git a/deploy_in_container.rake b/deploy_in_container.rake
index 04c0c210..39d23db4 100644
--- a/deploy_in_container.rake
+++ b/deploy_in_container.rake
@@ -333,7 +333,7 @@ update: --no-document
# Add debug for checking what version is being used
bundle(*%w[--version])
- gem install rugged --verbose
+ sh 'gem install rugged --verbose'
bundle_install
FileUtils.rm_rf(final_path)