Add debug messages

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

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

@ -10,7 +10,7 @@ WORKDIR /usr/src/diagrams
RUN python -m unittest tests/*.py -v
RUN ls /root/go/bin/
RUN /root/go/bin/round
RUN ./autogen.sh

Loading…
Cancel
Save