Integrate ping-pub explorer (#872)

Reviewed-on: cerc-io/stack-orchestrator#872
This commit is contained in:
2024-07-13 14:24:23 +00:00
parent 1f017c9066
commit 13d04e9256
10 changed files with 118 additions and 11 deletions
@@ -4,6 +4,8 @@ if [ -n "$CERC_SCRIPT_DEBUG" ]; then
set -x
fi
# TODO: document what this script does
WORK_DIR="${1:-./}"
cd "${WORK_DIR}" || exit 1