<!--- Provide a general summary of the issue in the Title above --> ## Expected Behaviour <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Standard behaviour in CI systems is to set an env var of "CI=true/1" whilst running code in a pipeline. ## Current Behaviour <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> We don't do that at present, but could when we execute the "faas-cli" in the git-tar function. Reference: https://github.com/openfaas/faas-cli/pull/831
Expected Behaviour
Standard behaviour in CI systems is to set an env var of "CI=true/1" whilst running code in a pipeline.
Current Behaviour
We don't do that at present, but could when we execute the "faas-cli" in the git-tar function.
Reference: openfaas/faas-cli#831