Skip to content

Commit

Permalink
Update time-log bp with modified args (#5798)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten authored and Ilya Kislenko committed Jun 13, 2019
1 parent f5e896e commit 013b425
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/time-log/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actions:
path: '{{ .Profile.Location.Bucket }}/time-log'
backupIdentifier:
keyValue:
id: '{{ toDate "2006-01-02T15:04:05.999999999Z07:00" .Time | date "2006-01-02" }}'
id: "{{ .Phases.backupToS3.Output.backupID }}"
phases:
- func: BackupData
name: backupToS3
Expand All @@ -22,7 +22,6 @@ actions:
container: test-container
includePath: /var/log
backupArtifactPrefix: "{{ .Profile.Location.Bucket }}/time-log"
backupIdentifier: '{{ toDate "2006-01-02T15:04:05.999999999Z07:00" .Time | date "2006-01-02" }}'
restore:
type: Deployment
inputArtifactNames:
Expand Down

0 comments on commit 013b425

Please sign in to comment.