Merge branch 'telackey/fixturenet' of github.com:cerc-io/stack-orchestrator into telackey/fixturenet

This commit is contained in:
2022-10-14 13:49:32 -05:00
8 changed files with 143 additions and 26 deletions
@@ -1,8 +0,0 @@
#!/usr/bin/env bash
# Build cerc/laconic-client
# See: https://stackoverflow.com/a/246128/1701505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
# TODO: change the repo name to laconic-client, if it becomes re-named (laconic-client currently is just the TS protocol client library, not the CLI tool)
docker build -t cerc/laconic-client:local -f ${SCRIPT_DIR}/Dockerfile --build-arg NPM_AUTH_TOKEN=$(NPM_AUTH_TOKEN) ${CERC_REPO_BASE_DIR}/laconic-sdk
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Build cerc/laconic-cns-cli
# See: https://stackoverflow.com/a/246128/1701505
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
docker build -t cerc/laconic-cns-cli:local -f ${SCRIPT_DIR}/Dockerfile --build-arg NPM_AUTH_TOKEN=$(NPM_AUTH_TOKEN) ${CERC_REPO_BASE_DIR}/laconic-cns-cli