fix secret sync in dktk

This commit is contained in:
Pierre Delpy
2025-12-05 11:27:37 +01:00
parent dd3387c2f1
commit aafc2afee7

View File

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