Skip to content

Commit

Permalink
fix: 🐛 trigger config update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgrv committed Jun 22, 2024
1 parent 1aff319 commit 33e071b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
25 changes: 0 additions & 25 deletions .gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions src/githooks/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Git Hooks",
"id": "githooks",
"version": "1.1.3",
"version": "1.1.4",
"description": "A feature to add useful Git hooks to your project",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
],
"dependsOn": {
"ghcr.io/devcontainers/features/node": {}
},
"entrypoint": "git /usr/local/share/githooks/config.sh"
"entrypoint": "git init-githooks"
}
5 changes: 3 additions & 2 deletions src/gitutils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "Git Aliases",
"id": "gitutils",
"version": "1.1.3",
"version": "1.1.4",
"description": "A feature to add useful Git aliases to your shell.",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/tomgrv/devcontainer-features/gitversion"
],
"dependsOn": {
"ghcr.io/tomgrv/devcontainer-features/gitversion": "5.*"
}
},
"entrypoint": "git init-gitutils"
}

0 comments on commit 33e071b

Please sign in to comment.