mirror of
https://github.com/samply/bridgehead.git
synced 2026-04-17 00:00:15 +02:00
fix project check in secret_sync_gitlab_token (#378)
This commit is contained in:
@@ -337,7 +337,7 @@ function sync_secrets() {
|
||||
}
|
||||
|
||||
function secret_sync_gitlab_token() {
|
||||
if [[ "$PROJECT" != "dktk" && "$PROJECT" != "bbmri" ]]; then
|
||||
if [[ "$PROJECT" != "ccp" && "$PROJECT" != "bbmri" ]]; then
|
||||
log "INFO" "Not running Secret Sync for project minimal"
|
||||
return
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user