Working feature

Former-commit-id: f14a4a33d7
This commit is contained in:
David Boreham 2023-02-20 12:46:56 -07:00
parent c737ec7ed6
commit 628fed4ef7
2 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class package_registry_stack(base_stack):
# If it is available, get its mapped port and construct its URL
if self.config.debug:
print("Found local package registry stack is up")
# TODO: get url from deploy-stack
self.url = "http://gitea.local:3000/api/packages/cerc-io/npm/"
else:
# If not, print a message about how to start it and return fail to the caller

View File

@ -0,0 +1,6 @@
version: "1.1"
name: build-support
decription: "Build Support Components"
containers:
- cerc/builder-js
- cerc/builder-gerbil