Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into lw-6762-copy-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
renanvalentin committed Jun 5, 2023
2 parents 26b7bf2 + 3a31485 commit b0803f4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -1,13 +1,13 @@
# Root Level
* @input-output-hk/lace-admins @input-output-hk/lace-tech-leads
* @input-output-hk/lace-tech-leads

# Packages Teams
/packages/ui @input-output-hk/lace-ui
/packages/staking @input-output-hk/lace-staking
/packages/cardano @input-output-hk/lace-core
/packages/common @input-output-hk/lace-core
/packages/core @input-output-hk/lace-core
/packages/e2e-test @input-output-hk/lace-test-engineers
/packages/ui/ @input-output-hk/lace-ui
/packages/staking/ @input-output-hk/lace-staking
/packages/cardano/ @input-output-hk/lace-core
/packages/common/ @input-output-hk/lace-core
/packages/core/ @input-output-hk/lace-core
/packages/e2e-tests/ @input-output-hk/lace-test-engineers

# Apps
/apps @input-output-hk/lace-core
/apps/ @input-output-hk/lace-core
2 changes: 1 addition & 1 deletion packages/e2e-tests/decrypt_secret.sh
Expand Up @@ -6,7 +6,7 @@ DECRYPTED_FILE="$FILE_LOCATION/walletConfiguration.ts"

if [ -z "${WALLET_1_PASSWORD}" ]; then
echo "WALLET_1_PASSWORD environment variable is not set, aborting"
exit
exit 1
fi

# Decrypt the file
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/encrypt_secret.sh
Expand Up @@ -5,7 +5,7 @@ DECRYPTED_FILE="$FILE_LOCATION/walletConfiguration.ts"

if [ -z "${WALLET_1_PASSWORD}" ]; then
echo "WALLET_1_PASSWORD environment variable is not set, aborting"
exit
exit 1
fi

gpg --symmetric --cipher-algo AES256 --batch --passphrase "$WALLET_1_PASSWORD" $DECRYPTED_FILE
Binary file modified packages/e2e-tests/src/support/walletConfiguration.ts.gpg
Binary file not shown.

0 comments on commit b0803f4

Please sign in to comment.