Skip to content

Commit

Permalink
MDBF-777 - Remove unnecessary quotes around last_tag filename
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Aug 21, 2024
1 parent 76d9595 commit 3cd229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-nonlatent/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ f_dockerlibrary.addStep(
f_dockerlibrary.addStep(
steps.SetPropertyFromCommand(
name="Extract the last tag created",
command=['bash','-c','if [ -f "last_tag" ]; then cat "last_tag"; else echo ""; fi'],
command=['bash','-c','if [ -f last_tag ]; then cat last_tag; else echo ""; fi'],
property="lasttag",
)
)
Expand Down

0 comments on commit 3cd229e

Please sign in to comment.