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.
1 parent 9978420 commit 6c15664Copy full SHA for 6c15664
.gitignore
@@ -1,3 +1,4 @@
1
+.secrets
2
*.class
3
/webPageImages
4
*.versionsBackup
@@ -27,4 +28,3 @@ __pycache__/
27
28
29
# Claude Code local settings
30
.claude/settings.local.json
-/set_enviroment_for_maven.sh
internal_documentation/test_gpg_key.sh
@@ -1,9 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
-# Source the environment
5
-source ./set_enviroment_for_maven.sh
6
-
7
# Import the key and get its ID
8
echo "$GPG_PRIVATE_KEY" | gpg --batch --import 2>&1 | grep -E "key|imported" || true
9
0 commit comments