Skip to content

Commit

Permalink
chore: Revert "build: Add a git safe.directory" (#4835)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Aug 18, 2024
1 parent dace7b1 commit 62c7cc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"install-python-deps": "task install-maturin",
// Disabling because of the issues in #3709
// "install-python-deps": "task install-maturin && task install-pre-commit && pre-commit install-hooks",
"install-npm-dependencies": "task install-npm-dependencies",
"add-safe-directory": "add-safe-directory"
"install-npm-dependencies": "task install-npm-dependencies"
}
}
3 changes: 0 additions & 3 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,6 @@ tasks:
dir: prqlc/bindings/php
cmds:
- vendor/bin/phpunit tests

add-safe-directory:
- git config --global --add safe.directory /workspaces/prql
# The next two tasks are not used for either:
# - the Dockerfile (installing brew takes forever)
# so the Dockerfile simply installs hugo & nodejs directly
Expand Down

0 comments on commit 62c7cc3

Please sign in to comment.