Add debug messages

pull/1076/head
dpavlov 3 years ago
parent 643f031658
commit 4e8fedd77b

@ -22,7 +22,7 @@ providers=(
"outscale" "outscale"
) )
if ! [ -x "$(command -v round)" ]; then if ! [ -x "$(command -v /root/go/bin/round)" ]; then
echo 'round is not installed' echo 'round is not installed'
exit 1 exit 1
fi fi

@ -10,6 +10,8 @@ WORKDIR /usr/src/diagrams
RUN python -m unittest tests/*.py -v RUN python -m unittest tests/*.py -v
RUN ls /root/go/bin/
RUN ./autogen.sh RUN ./autogen.sh
RUN /root/.local/bin/poetry build RUN /root/.local/bin/poetry build

Loading…
Cancel
Save