Skip to content

Commit

Permalink
Actually check if upload response contains the correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ntimo committed Jan 30, 2020
1 parent 226124f commit 1a661b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
register: mailcow__upload_log
retries: 5
delay: 1
until: ('{"upload_ok":"test.html"}' in mailcow__upload_log.stdout)
until: ('{"upload_ok":"{{ {{ mailcow__report_filename }} }}"}' in mailcow__upload_log.stdout)

0 comments on commit 1a661b5

Please sign in to comment.