Skip to content

Commit

Permalink
Add ARTIFACTS_ON_DISK, since it uses CmdStager
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Apr 12, 2020
1 parent f79e578 commit 16d5fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def initialize(info = {})
'Notes' => {
'Stability' => [CRASH_SAFE],
'Reliability' => [REPEATABLE_SESSION],
'SideEffects' => [IOC_IN_LOGS]
'SideEffects' => [IOC_IN_LOGS, ARTIFACTS_ON_DISK]
}
))

Expand Down

0 comments on commit 16d5fe0

Please sign in to comment.