File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -308,8 +308,8 @@ WORKDIR /go/src/github.com/scrtlabs/SecretNetwork/
308
308
309
309
COPY check-hw check-hw
310
310
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
313
313
COPY --from=compile-secretd /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so check-hw/check_hw_enclave_testnet.so
314
314
315
315
RUN mkdir -p /go/src/github.com/scrtlabs/SecretNetwork/ias_keys/develop
Original file line number Diff line number Diff line change @@ -308,8 +308,8 @@ WORKDIR /go/src/github.com/scrtlabs/SecretNetwork/
308
308
309
309
COPY check-hw check-hw
310
310
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
313
313
COPY --from=compile-secretd /go/src/github.com/scrtlabs/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so check-hw/check_hw_enclave_testnet.so
314
314
315
315
RUN mkdir -p /go/src/github.com/scrtlabs/SecretNetwork/ias_keys/develop
You can’t perform that action at this time.
0 commit comments