1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Revert "Create engineer specific staging environment" (#54052)

This commit is contained in:
Evan Bonsignori
2025-01-21 17:21:12 -08:00
committed by GitHub
parent 2f10744ce3
commit 6c789b8630
43 changed files with 40 additions and 895 deletions

View File

@@ -1 +0,0 @@
v3.0.5

View File

@@ -11,8 +11,7 @@
// Install features. Type 'feature' in the VS Code command palette for a full list.
"features": {
"ghcr.io/devcontainers/features/sshd:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
"sshd": "latest"
},
"customizations": {
@@ -44,11 +43,6 @@
"permissions": {
"contents": "write"
}
},
"github/gh-kustomize": {
"permissions": {
"contents": "read"
}
}
}
}
@@ -63,9 +57,8 @@
}
},
"onCreateCommand": ".devcontainer/on-create-command.sh",
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": ".devcontainer/post-create-command.sh",
"postCreateCommand": "npm ci",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",

View File

@@ -1 +0,0 @@
gh extension install github/gh-kustomize --pin "$(cat .devcontainer/.gh-kustomize-version)" || true

View File

@@ -1 +0,0 @@
npm ci