From 8b1fa7281e5c082ae059c9f8ecb732562178ab67 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 14 Jan 2022 22:42:56 +0000 Subject: [PATCH] Also use acts-15.0.0 in nightly --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bec0f73a..fae48d61a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest variables: ## Application versions used for the main release ## note: nightly builds will always use the master/main branch - JUGGLER_VERSION: "v4.3.0" + JUGGLER_VERSION: "acts-15.0.0" NPDET_VERSION: "v1.2.0" EICD_VERSION: "v1.1.0" AFTERBURNER_VERSION: "v0.1.2" -- GitLab