Browse Source

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

Josh Siegel 3 năm trước cách đây
mục cha
commit
34ea483dbe

+ 1 - 1
algorand/sandbox-algorand/images/algod/Dockerfile

@@ -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

+ 1 - 1
devnet/algorand-devnet.yaml

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