Skip to content

Commit 17c116c

Browse files
authored
chore: clean up some default and common values (#2459)
* chore: clean up some default and common values Signed-off-by: jamshale <[email protected]> * chore: Switch base default image to slim python Signed-off-by: jamshale <[email protected]> --------- Signed-off-by: jamshale <[email protected]>
1 parent 6cf0cba commit 17c116c

File tree

19 files changed

+20
-83
lines changed

19 files changed

+20
-83
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip

basicmessage_storage/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Run/Debug Plugin",
99
"type": "python",
1010
"request": "launch",
11-
"module": "aries_cloudagent",
11+
"module": "acapy_agent",
1212
"justMyCode": false,
1313
"args": ["start", "--arg-file=${workspaceRoot}/docker/default.yml", "--plugin-config=${workspaceRoot}/docker/plugins.yml"]
1414
},
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip

cheqd/.devcontainer/post-install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip
95

106
# install black and ruff for formatting
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip

connections/.devcontainer/post-install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip
95

106
# Generate Poetry Lock file
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip

hedera/.devcontainer/post-install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip
95

106
# Generate Poetry Lock file

issue_credential/.devcontainer/post-install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip
95

106
# Generate Poetry Lock file
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/bin/bash
22
set -ex
3-
4-
# Convenience workspace directory for later use
5-
WORKSPACE_DIR=$(pwd)
6-
7-
# install all ACA-Py requirements
3+
84
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)