We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d89a8b + da62570 commit 9dfdf8bCopy full SHA for 9dfdf8b
deployment/dockerfiles/Dockerfile
@@ -312,7 +312,7 @@ WORKDIR /go/src/github.com/enigmampc/SecretNetwork/
312
313
COPY check-hw check-hw
314
315
-RUN STORAGE_PATH=`echo ${VERSION} | sed -e 's/\.//g' | head -c 2` \
+RUN STORAGE_PATH=$(echo ${VERSION} | awk -F'[.]' '{print $1 $2}') \
316
&& wget -O check-hw/check_hw_enclave.so https://engfilestorage.blob.core.windows.net/v$STORAGE_PATH/librust_cosmwasm_enclave.signed.so
317
COPY --from=compile-secretd /go/src/github.com/enigmampc/SecretNetwork/go-cosmwasm/librust_cosmwasm_enclave.signed.so check-hw/check_hw_enclave_testnet.so
318
0 commit comments