[neon/infrastructure/pangea-gemstash] /: refine script

Carlos De Maine null at kde.org
Tue May 30 01:01:08 BST 2023


Git commit 5f3f4c67d0e0cfa2f52fdac0f9028e33013991a0 by Carlos De Maine.
Committed on 30/05/2023 at 00:01.
Pushed by carlosdem into branch 'master'.

refine script

M  +3    -2    start.sh

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/5f3f4c67d0e0cfa2f52fdac0f9028e33013991a0

diff --git a/start.sh b/start.sh
index fee022b..fd33079 100755
--- a/start.sh
+++ b/start.sh
@@ -36,10 +36,11 @@ 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
-cp -vf config.yaml .gemstash/config.yaml
+
 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