refactor: remove service id altogether
Deploy bin / deploy (push) Successful in 2s
Deploy agebd python package / deploy (push) Successful in 4s

This commit is contained in:
Benjamin Labrecque
2026-07-08 16:47:42 +02:00
parent 3d921e69c1
commit debac0cf5e
34 changed files with 76 additions and 92 deletions
+2 -4
View File
@@ -1,15 +1,13 @@
#!/bin/bash
SVC_ID=$1
SVC_NAME=$2
ENV=$3
SVC_NAME=$1
set --
# TODO:
# PSI_FACILITY=SLS
SERVICES_DIR=/sls/bd/hla/${AGEBD_ENV}/services
SVC_NAME_LOWER=${SVC_NAME,,}
SVC_DIR=${SERVICES_DIR}/${SVC_ID}-${SVC_NAME_LOWER}
SVC_DIR=${SERVICES_DIR}/${SVC_NAME_LOWER}
# gfa_12_epics.sh died on the 16.04.2026 due to required AFS write access
#. /etc/profile.d/gfa_12_epics.sh