chore: debug

This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 20:36:01 -04:00
parent ed31137f94
commit ad5e831e74
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ if [[ ! -f "sigil" ]]; then
echo "-----> Download and unzip sigil ${SIGIL_VERSION} via http"
curl -sSL "https://github.com/gliderlabs/sigil/releases/download/v${SIGIL_VERSION}/gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz" -o "${SIGIL_TARBALL}"
tar xzf "${SIGIL_TARBALL}" && rm -rf "${SIGIL_TARBALL}"
ls -lah .
fi
mkdir -p "$BUILD_DIR/sigil"