From 7589cdf19fbccc4427ab2b3ff0cf1508b27db2ce Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 2 Jun 2021 00:00:20 -0700 Subject: [PATCH] Ignore pulumi update checks --- hellotech/.config/profile/env.d/hellotech.env | 1 + 1 file changed, 1 insertion(+) diff --git a/hellotech/.config/profile/env.d/hellotech.env b/hellotech/.config/profile/env.d/hellotech.env index e86d68f..868bf89 100644 --- a/hellotech/.config/profile/env.d/hellotech.env +++ b/hellotech/.config/profile/env.d/hellotech.env @@ -2,3 +2,4 @@ GOPRIVATE=github.com/HelloTech GO_TEST=gotest PATH="${PATH}:${HOME}/.rbenv/shims:/usr/local/opt/mysql-client/bin:${HOME}/google-cloud-sdk/bin" +PULUMI_SKIP_UPDATE_CHECK=true