mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +02:00
CI: write to image build log contents of pas2js-namespaced.cfg
(cherry picked from commit 5a41edf5e8
)
This commit is contained in:
parent
74d11fdff0
commit
d3a957ea98
@ -98,6 +98,8 @@ RUN tarballs=( \
|
||||
rm -rf pas2js; \
|
||||
echo "Contents of /usr/local/bin/pas2js.cfg:"; \
|
||||
cat /usr/local/bin/pas2js.cfg; \
|
||||
echo "Contents of /usr/local/bin/pas2js-namespaced.cfg:"; \
|
||||
cat /usr/local/bin/pas2js-namespaced.cfg; \
|
||||
# remove sources
|
||||
for tbl in "${tarballs[@]}"; do \
|
||||
tarball=($tbl); \
|
||||
|
Loading…
Reference in New Issue
Block a user