Skip to content

Commit

Permalink
LRCI-3921 Print docker run command to standard out for debug purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoo47 committed Jan 10, 2024
1 parent a748480 commit f23c4cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7532,6 +7532,15 @@ org.apache.catalina.startup.ClassLoaderFactory.level=INFO]]>
]]>
</echo>

<local name="docker.start.script.content" />

<loadfile
property="docker.start.script.content"
srcFile="${docker.start.script}"
/>

<echo>${docker.start.script.content}</echo>

<chmod
perm="a+x"
>
Expand Down

0 comments on commit f23c4cc

Please sign in to comment.