You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a dev I may frequently modify go-algorand or indexer code on my local file system. I don't want to push to GitHub each change prior to testing the build using sandbox. Currently, supplying /path/to/my/repo for ALGOD_URL field within my.config configuration file results in the error "fatal: /path/to/my/repo does not exist". I'll make the assumption the INDEXER_URL behaves similarly.
Problem
As a dev I may frequently modify
go-algorand
orindexer
code on my local file system. I don't want to push to GitHub each change prior to testing the build usingsandbox
. Currently, supplying/path/to/my/repo
for ALGOD_URL field within my.config configuration file results in the error "fatal: /path/to/my/repo does not exist". I'll make the assumption the INDEXER_URL behaves similarly.Solution
Proposed by @joe-p:
sandbox/images/algod/install.sh
Line 61 in ef26221
sandbox/images/algod/Dockerfile
Line 29 in ef26221
investigate/modify for
indexer
as well.Solution should parse the URL field value and switch based on the source.
Dependencies
None known.
Urgency
Nice to have.
h/t @riolavigne
The text was updated successfully, but these errors were encountered: