[arvados-dev] updated: f7e69d6afd2aeea724f66329a55ba69f4764beb4
git repository hosting
git at public.arvados.org
Wed Feb 21 22:53:43 UTC 2024
Summary of changes:
jenkins/packer-images/jenkins-image-arvados-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f7e69d6afd2aeea724f66329a55ba69f4764beb4 (commit)
from bbf5a4e4610b7adf7053d5a375294ea5267a09ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f7e69d6afd2aeea724f66329a55ba69f4764beb4
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Feb 21 19:53:17 2024 -0300
Fixes in git checkout call. Refs #21461
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/jenkins/packer-images/jenkins-image-arvados-tests.sh b/jenkins/packer-images/jenkins-image-arvados-tests.sh
index 1dd0f36..6055c22 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -19,7 +19,7 @@ sudo git clone arvados.git
if [[ "$GIT_HASH" != "" ]]; then
echo "GIT_HASH is set to $GIT_HASH, checking out that revision..."
- sudo git checkout $GIT_HASH
+ (cd arvados && sudo git checkout $GIT_HASH)
fi
# Install the correct version of Go
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list