summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 10:39:52 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 10:39:52 -0500
commit7887de2aba22c4478c796e1db6272fb4e3770df6 (patch)
tree09150118beb7aed2e5614cdee4024b1ef9c27530 /deployment
parent691f411283cf26d53e4a2acdb396e856868edb5c (diff)
ci: Fix missing CARGO_HUSKY_DONT_INSTALL_HOOKS in pkgbuild template
Diffstat (limited to 'deployment')
-rw-r--r--deployment/linux/arch/PKGBUILD.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/linux/arch/PKGBUILD.template b/deployment/linux/arch/PKGBUILD.template
index a8b36f52..77ffee96 100644
--- a/deployment/linux/arch/PKGBUILD.template
+++ b/deployment/linux/arch/PKGBUILD.template
@@ -19,7 +19,7 @@ build() {
check() {
cd $pkgname-$pkgver
- cargo test --release --locked
+ CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --release --locked
}
package() {