algo/tilt: Fix algod validator @ gusc1a-ossdev-jsl5
This commit is contained in:
parent
87e2e4cf64
commit
34ea483dbe
|
@ -39,7 +39,7 @@ COPY . /tmp
|
||||||
RUN /tmp/images/algod/install.sh \
|
RUN /tmp/images/algod/install.sh \
|
||||||
-d "${BIN_DIR}" \
|
-d "${BIN_DIR}" \
|
||||||
-u "https://github.com/algorand/go-algorand" \
|
-u "https://github.com/algorand/go-algorand" \
|
||||||
-b "master" \
|
-b "v3.6.2-stable" \
|
||||||
-s ""
|
-s ""
|
||||||
|
|
||||||
# Configure network
|
# Configure network
|
||||||
|
|
|
@ -72,7 +72,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- /tmp/start.sh
|
- "/tmp/start.sh && echo success && sleep infinity"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8980
|
- containerPort: 8980
|
||||||
name: indexer
|
name: indexer
|
||||||
|
|
Loading…
Reference in New Issue