algo/tilt: Fix algod validator @ gusc1a-ossdev-jsl5

This commit is contained in:
Josh Siegel 2022-05-11 11:06:49 +00:00 committed by jumpsiegel
parent 87e2e4cf64
commit 34ea483dbe
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ COPY . /tmp
RUN /tmp/images/algod/install.sh \
-d "${BIN_DIR}" \
-u "https://github.com/algorand/go-algorand" \
-b "master" \
-b "v3.6.2-stable" \
-s ""
# Configure network

View File

@ -72,7 +72,7 @@ spec:
command:
- /bin/sh
- -c
- /tmp/start.sh
- "/tmp/start.sh && echo success && sleep infinity"
ports:
- containerPort: 8980
name: indexer