Skip to content

Commit

Permalink
Merge branch 'resource-optimization/next' into resource-optimization/…
Browse files Browse the repository at this point in the history
…stable

Signed-off-by: Jonathan Kilzi <jkilzi@redhat.com>
  • Loading branch information
jkilzi committed Aug 6, 2024
2 parents d6d35b9 + caf9c07 commit ab3e260
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ yarn.lock @backstage/community-plugins
/workspaces/sonarqube @backstage/community-plugins-maintainers @backstage/sda-se-reviewers
/workspaces/user-settings @backstage/community-plugins-maintainers @backstage/sda-se-reviewers
/workspaces/tech-insights @backstage/community-plugins-maintainers @xantier
/workspaces/resource-optimization @backstage/community-plugins-maintainers @jkilzi @PreetiW
/workspaces/redhat-resource-optimization @backstage/community-plugins-maintainers
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ghcr.io/dhoeric/features/act:1": {}
},
"forwardPorts": [3000, 7007],
"postCreateCommand": "/workspaces/community-plugins/workspaces/redhat-resource-optimization/.devcontainer/scripts/post_create_command.sh",
"postCreateCommand": ".devcontainer/scripts/post_create_command.sh",
"customizations": {
"vscode": {
"settings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ fi

# Replace the default ZSH theme with a custom version the adds a newline before
# the user's prompt sign
mv \
/home/vscode/.oh-my-zsh/custom/themes/devcontainers.zsh-theme \
/home/vscode/.oh-my-zsh/custom/themes/devcontainers.zsh-theme.backup
cp \
/workspaces/community-plugins/workspaces/redhat-resource-optimization/.devcontainer/scripts/devcontainers.zsh-theme \
/home/vscode/.oh-my-zsh/custom/themes/devcontainers.zsh-theme
cp -f \
.devcontainer/scripts/devcontainers.zsh-theme \
/home/vscode/.oh-my-zsh/custom/themes/devcontainers.zsh-theme
Binary file not shown.

0 comments on commit ab3e260

Please sign in to comment.