Skip to content

Commit

Permalink
Merge pull request #14 from GoogleCloudPlatform/feat/backup_fix
Browse files Browse the repository at this point in the history
fixed spanner backup expiry time in workflow code
  • Loading branch information
anaik91 authored Apr 11, 2023
2 parents 1782135 + 6a2fe81 commit 1cee682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/schedule_spanner_backup/spanner_backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ main:
parent: ${eachValue.parent}
backupId: ${eachValue.backupId}
database: ${eachValue.database}
expireTime: ${eachValue.expireTime}
expireTime: ${time.format(sys.now() + eachValue.expireTime)}
result: backup_result
- outerLoopAssign:
assign:
Expand Down

0 comments on commit 1cee682

Please sign in to comment.