Skip to content

Commit da1faf9

Browse files
committed
TESTNET: remove downloading mainnet enclave
1 parent cc0794b commit da1faf9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployment/dockerfiles/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ WORKDIR /go/src/github.com/scrtlabs/SecretNetwork/
308308

309309
COPY check-hw check-hw
310310

311-
RUN STORAGE_PATH=$(echo ${VERSION} | awk -F'[.]' '{print $1 $2}') \
312-
&& wget -O check-hw/check_hw_enclave.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/librust_cosmwasm_enclave.signed.so
311+
#RUN STORAGE_PATH=$(echo ${VERSION} | awk -F'[.]' '{print $1 $2}') \
312+
#&& wget -O check-hw/check_hw_enclave.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/librust_cosmwasm_enclave.signed.so
313313
COPY --from=compile-secretd /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so check-hw/check_hw_enclave_testnet.so
314314

315315
RUN mkdir -p /go/src/github.com/scrtlabs/SecretNetwork/ias_keys/develop

deployment/dockerfiles/Dockerfile.2004

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ WORKDIR /go/src/github.com/scrtlabs/SecretNetwork/
308308

309309
COPY check-hw check-hw
310310

311-
RUN STORAGE_PATH=$(echo ${VERSION} | awk -F'[.]' '{print $1 $2}') \
312-
&& wget -O check-hw/check_hw_enclave.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/librust_cosmwasm_enclave.signed.so
311+
#RUN STORAGE_PATH=$(echo ${VERSION} | awk -F'[.]' '{print $1 $2}') \
312+
#&& wget -O check-hw/check_hw_enclave.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/librust_cosmwasm_enclave.signed.so
313313
COPY --from=compile-secretd /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so check-hw/check_hw_enclave_testnet.so
314314

315315
RUN mkdir -p /go/src/github.com/scrtlabs/SecretNetwork/ias_keys/develop

0 commit comments

Comments
 (0)