Skip to content

Commit

Permalink
Return empty array indicating volume filesystem shouldn't be snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Sep 7, 2018
1 parent 55c6d7e commit 1c1d3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (v *VolumeCommand) ExecuteCommand(config *v1.Config, buildArgs *dockerfile.
}

func (v *VolumeCommand) FilesToSnapshot() []string {
return v.snapshotFiles
return []string{}
}

func (v *VolumeCommand) CreatedBy() string {
Expand Down

0 comments on commit 1c1d3c9

Please sign in to comment.