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 7, 2024
1 parent 71c5884 commit 2c16409
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 2c16409

Please sign in to comment.