Compare commits

..

2 Commits

Author SHA1 Message Date
David Juarez
c01e383be8 test 2025-12-04 15:08:56 +01:00
David Juarez
fe81a5174c test 2025-12-03 12:55:09 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,8 @@ services:
- "traefik.http.routers.blaze_ccp.tls=true" - "traefik.http.routers.blaze_ccp.tls=true"
focus: focus:
image: docker.verbis.dkfz.de/cache/samply/focus:${FOCUS_TAG} #image: docker.verbis.dkfz.de/cache/samply/focus:${FOCUS_TAG}
image: ghcr.io/samply/focus:fix-exporter-v2
container_name: bridgehead-focus container_name: bridgehead-focus
environment: environment:
- API_KEY=${FOCUS_BEAM_SECRET_SHORT} - API_KEY=${FOCUS_BEAM_SECRET_SHORT}

View File

@@ -337,8 +337,8 @@ function sync_secrets() {
} }
function secret_sync_gitlab_token() { function secret_sync_gitlab_token() {
if [[ "$PROJECT" != "ccp" && "$PROJECT" != "bbmri" ]]; then if [[ "$PROJECT" != "dktk" && "$PROJECT" != "bbmri" ]]; then
log "INFO" "Not running Secret Sync for project $PROJECT" log "INFO" "Not running Secret Sync for project minimal"
return return
fi fi
# Map the origin of the git repository /etc/bridgehead to the prefix recognized by Secret Sync # Map the origin of the git repository /etc/bridgehead to the prefix recognized by Secret Sync