summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-10-15 00:00:48 -0400
committerDavid Birks2019-10-15 00:00:48 -0400
commit0e160c6fe74004bcd500bf9efa08142c1a82c92a (patch)
tree71e4da8d922f03c85149f8d98e806ffb571bf6d6 /PKGBUILD
parent6f37c3f6774ecd7c7a0458387a353a035c70a746 (diff)
downloadaur-0e160c6fe74004bcd500bf9efa08142c1a82c92a.tar.gz
Suppress Angular analytics prompt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1864b4d75be..7eb37c6fa1b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/octant/archive/v$pkg
sha256sums=('5605e3926dd3d9d32326d97bf4ab4dc7865bafc601f1c70885e7a1fd1dc98ee4')
build() {
+ export NG_CLI_ANALYTICS=ci
+
cd $pkgname-$pkgver
make go-install ci
}