From a2b48dcb836ced2ee0e5f81a07ac3d919f3573b1 Mon Sep 17 00:00:00 2001
From: Marta Vila Fernandes <marta.vila.fernandes@cern.ch>
Date: Tue, 4 Jun 2024 17:18:36 +0200
Subject: [PATCH] [LOS-1256] Add the tag to the env nomad

---
 rsync.nomad.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rsync.nomad.tpl b/rsync.nomad.tpl
index 34cbe48..2af8de1 100644
--- a/rsync.nomad.tpl
+++ b/rsync.nomad.tpl
@@ -34,6 +34,7 @@ job "${PREFIX}_rsync_${NAME}" {
       TOOL = "$TOOL"
       SOURCE = "$SOURCE"
       OPTIONS = "$OPTIONS"
+      TAG = "${PREFIX}_rsync"
     }
 
     resources {
-- 
GitLab