Skip to content

Commit

Permalink
Merge pull request #69 from zama-ai/ci/update-fhe-keys-from-s3
Browse files Browse the repository at this point in the history
ci: fix path to fhe-keys in s3 bucket
  • Loading branch information
leventdem authored Jun 30, 2023
2 parents e96cb2f + 2fafe4e commit 0dd8b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/prepare_fhe_keys_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NETWORK_KEYS_PUBLIC_PATH=./keys/network-public-fhe-keys

S3_BUCKET_PATH="s3://zbc-testnet"
S3_NETWORK_KEYS_PATH="$S3_BUCKET_PATH/network-fhe-keys"
S3_NETWORK_KEYS_FULL_PATH="$S3_NETWORK_KEYS_PATH/staging-env"
S3_NETWORK_KEYS_FULL_PATH="$S3_NETWORK_KEYS_PATH/keys_gen_with_zbc_fhe_tool_v0_1_1"

mkdir -p $NETWORK_KEYS_PUBLIC_PATH

Expand Down

0 comments on commit 0dd8b5a

Please sign in to comment.