gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 31/48: fix update of g5k repo


From: gnunet
Subject: [taler-grid5k] 31/48: fix update of g5k repo
Date: Sat, 28 May 2022 12:11:51 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit be57fcf1d9698ea3ca0d7f95796dfd7b5bddc1af
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Sat May 21 16:32:39 2022 +0200

    fix update of g5k repo
---
 experiment/scripts/setup.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/experiment/scripts/setup.sh b/experiment/scripts/setup.sh
index 762baf5..724b9e9 100644
--- a/experiment/scripts/setup.sh
+++ b/experiment/scripts/setup.sh
@@ -129,7 +129,12 @@ function setup_environment() {
 # Setup shared configurations such as the ones from configs/*
 function setup_config() {
   # Temporarily checkout to the feature branch
-  cd "${G5K_HOME}" && git checkout "${G5K_COMMIT_SHA}" && git pull && cd
+  cd "${G5K_HOME}" 
+
+  git pull
+  git checkout "${G5K_COMMIT_SHA}" 
+
+  cd
   
   # Remove default nginx config
   rm /etc/nginx/sites-enabled/default > /dev/null 2>&1 || true

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]