Skip to content

Commit

Permalink
check assignment to infra
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Sep 10, 2024
1 parent f97496c commit ed4a24c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"updateContentCommand": "bash .devcontainer/updateContentCommand.sh",
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"containerEnv": {
"WORKSPACE": "${containerWorkspaceFolder}"
"WORKSPACE": "${containerWorkspaceFolder}",
"DUMMY": "assign me to infra !!!!!"
},
"features": {
"ghcr.io/devcontainers/features/git:1": {},
Expand Down

0 comments on commit ed4a24c

Please sign in to comment.