mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-08 06:14:26 +01:00
Compare commits
1 Commits
develop
...
hotfix/sec
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aafc2afee7 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user