[neon/infrastructure/pangea-gemstash] /: handle .gemstash dir already existing
Carlos De Maine
null at kde.org
Tue May 30 01:56:07 BST 2023
Git commit 560f2d39c4c3c2e5eb299cecc6efb6c4189b685c by Carlos De Maine.
Committed on 30/05/2023 at 00:56.
Pushed by carlosdem into branch 'master'.
handle .gemstash dir already existing
M +6 -2 start.sh
https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/560f2d39c4c3c2e5eb299cecc6efb6c4189b685c
diff --git a/start.sh b/start.sh
index 3667dd1..1aaff6c 100755
--- a/start.sh
+++ b/start.sh
@@ -36,12 +36,16 @@ gem install bundler --conservative
gem update bundler
#install the config before we gemstash
+rm -vfr /home/gemstash/.gemstash/
mkdir -v /home/gemstash/.gemstash/
cp -vf config.yaml /home/gemstash/.gemstash/config.yaml
# install, configure and start gemstash
gem install gemstash
-bundle install
-bundle update --bundler
gemstash start --no-daemonize
+
+#bundle install
+#bundle update --bundler
+
+
# maybe use bundle exec in the future
#gem exec gemstash start --no-daemonize
More information about the Neon-commits
mailing list