From ad5e831e74e17d957de5da71b70fee40d128c84c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 20:36:01 -0400 Subject: [PATCH] chore: debug --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index b7df354..0a5d460 100755 --- a/bin/compile +++ b/bin/compile @@ -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"