completions/pulumi: disable update check

As seen in GitHub Actions:

	132/193 Test  #17: check-completions.fish ...................***Failed   16.28 sec
	checks/check-completions.fish..Failure:

	  There were no remaining checks left to match stdout:1:
	    OUTPUT from /home/runner/work/fish-shell/fish-shell/share/completions/pulumi.fish: warning: A new version of Pulumi is available. To upgrade from version '3.154.0' to '3.156.0', visit https://pulumi.com/docs/install/ for manual instructions and release notes.
This commit is contained in:
Johannes Altmanninger
2025-03-15 13:10:57 +01:00
parent 65eb6cfbfe
commit f43b16b1cb

View File

@@ -1 +1 @@
pulumi completion fish 2>/dev/null | source
PULUMI_SKIP_UPDATE_CHECK=true pulumi completion fish | source