Skip to content

Commit

Permalink
chore: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
PGerardi committed Aug 29, 2023
1 parent da7c80b commit b0a70a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/",
"remoteUser": "user",
"overrideCommand": true,
"postStartCommand": "id user && id systemd-journal && whoami && ls -la /opt/ && ls -la /opt/build/ && ls -la /workspaces/ && ls -la /workspaces/my-package/ && cp --update /opt/build/poetry/poetry.lock /workspaces/${localWorkspaceFolderBasename}/ && mkdir -p /workspaces/${localWorkspaceFolderBasename}/.git/hooks/ && cp --update /opt/build/git/* /workspaces/${localWorkspaceFolderBasename}/.git/hooks/",
"postStartCommand": "id user && whoami && ls -la /opt/ && ls -la /opt/build/ && ls -la /workspaces/ && ls -n /workspaces/my-package/ && ls -la /workspaces/my-package/ && cp --update /opt/build/poetry/poetry.lock /workspaces/${localWorkspaceFolderBasename}/ && mkdir -p /workspaces/${localWorkspaceFolderBasename}/.git/hooks/ && cp --update /opt/build/git/* /workspaces/${localWorkspaceFolderBasename}/.git/hooks/",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit b0a70a2

Please sign in to comment.