Skip to content

Commit

Permalink
fix(backup.sh): disable S3 by default (#74)
Browse files Browse the repository at this point in the history
* fix(backup.sh): disable S3 by default
* chore(backup.sh): just declare S3 variable

---------

Signed-off-by: Valentin Maillot <[email protected]>
  • Loading branch information
vmaillot authored Mar 1, 2024
1 parent 048f27a commit e0ed54e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

set -xeuo pipefail

OCP_BACKUP_S3=""

# check storage type
if [ "${OCP_BACKUP_S3}" = "true" ]; then
# prepare & push backup to S3
Expand Down

0 comments on commit e0ed54e

Please sign in to comment.