Skip to content

Commit

Permalink
adjust makefile with modifications on sonarqube backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
braisvq1996 committed Mar 27, 2024
1 parent 70f25d7 commit 924e0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ backup-ocp-config:
tailor export --namespace $(ODS_NAMESPACE) > backup_cd.yml
.PHONY: backup-ocp-config

## Create a backup of the SonarQube database in the current directory.
## Create a backup of the SonarQube database in backup storage and in the current directory.
backup-sonarqube:
cd sonarqube && ./backup.sh --namespace $(ODS_NAMESPACE) --backup-dir `pwd`
cd sonarqube && ./backup.sh --namespace $(ODS_NAMESPACE) --local-copy=true --backup-dir `pwd`
.PHONY: backup-sonarqube


Expand Down

0 comments on commit 924e0fa

Please sign in to comment.