[arvados-dev] updated: 6facdd63defe8f1d58c136881424c1d05f5b0c71
git repository hosting
git at public.arvados.org
Wed Feb 21 14:29:13 UTC 2024
Summary of changes:
jenkins/packer-images/jenkins-image-workbench2.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
via 6facdd63defe8f1d58c136881424c1d05f5b0c71 (commit)
from f31b52388c880ae04a321835887136d18396a001 (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 6facdd63defe8f1d58c136881424c1d05f5b0c71
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Feb 21 11:28:32 2024 -0300
Updates WB2 image building script for Jenkins. 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-workbench2.sh b/jenkins/packer-images/jenkins-image-workbench2.sh
index af4d708..1bc15ff 100755
--- a/jenkins/packer-images/jenkins-image-workbench2.sh
+++ b/jenkins/packer-images/jenkins-image-workbench2.sh
@@ -6,10 +6,10 @@
set -eo pipefail
-# Get the wb2 repository
+# Get the arvados repository
cd /usr/src
-sudo git clone https://git.arvados.org/arvados-workbench2.git
-cd arvados-workbench2
+sudo git clone https://git.arvados.org/arvados.git
+cd arvados/services/workbench2
if [[ "$GIT_HASH" != "" ]]; then
echo "GIT_HASH is set to $GIT_HASH, checking out that revision..."
@@ -23,5 +23,5 @@ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
# Build the workbench2-build docker image
sudo make workbench2-build-image
-cd ..
-sudo rm -rf arvados-workbench2
+cd ../../../
+sudo rm -rf arvados
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list