From d21af6e6af98dfd0de4cc090b7f97c5ac2b6786d Mon Sep 17 00:00:00 2001 From: Cashmaney Date: Tue, 19 Jul 2022 13:04:46 +0300 Subject: [PATCH] Setting enclave dir to gitpod stuff (need to clean this up and make it generic somehow) --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index 7f591cdbb..72cf86b68 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -5,6 +5,7 @@ tasks: command: | sudo chown gitpod:gitpod /go -R sudo chown gitpod:gitpod /usr/local/cargo -R + export SCRT_ENCLAVE_DIR=/workspace/SecretNetwork/go-cosmwasm/ vscode: extensions: