[neon/infrastructure/pangea-gemstash] /: bundle install later
Carlos De Maine
null at kde.org
Tue May 30 01:03:00 BST 2023
Git commit 045258c63a271876f3e00856cb7d749a0bef5c0d by Carlos De Maine.
Committed on 30/05/2023 at 00:02.
Pushed by carlosdem into branch 'master'.
bundle install later
M +3 -3 start.sh
https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/045258c63a271876f3e00856cb7d749a0bef5c0d
diff --git a/start.sh b/start.sh
index fd33079..a707cd4 100755
--- a/start.sh
+++ b/start.sh
@@ -34,13 +34,13 @@ fi
# install, verify and upgrade bundler
gem install bundler --conservative
gem update bundler
-bundle install
-bundle update --bundler
+
#install the config before we 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
# maybe use bundle exec in the future
#gem exec gemstash start --no-daemonize
More information about the Neon-commits
mailing list