This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
registry-sdk
Watch
3
Star
0
Fork
0
You've already forked registry-sdk
forked from
cerc-io/registry-sdk
Code
Pull Requests
Activity
fc1ff1207a
registry-sdk
/
scripts
/
build-sdk-test-container.sh
3 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
Tests cleanup (#53) General test improvements. - Simplifies Dockerfile - Refactors tests so they can be run independently Co-authored-by: Roy Crihfield <roy@manteia.ltd> Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Reviewed-on: https://git.vdb.to/cerc-io/laconic-sdk/pulls/53 Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to> Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to> Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
2024-01-22 08:30:35 +00:00
#!/usr/bin/env bash
Update Dockerfile and SDK tests workflow (#7) Part of https://www.notion.so/Create-laconic-registry-SDK-d3a636d4aba44f7cbba3bd99b7146811 Co-authored-by: neeraj <neeraj.rtly@gmail.com> Reviewed-on: https://git.vdb.to/deep-stack/registry-sdk/pulls/7 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-03-13 05:23:13 +00:00
docker build -t cerc/registry-sdk-tester:local -f Dockerfile . --no-cache
Copy Permalink