We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INFO[0147] [stage=deploy] ERRO took 2m25.238s INFO[0147] [stage=deploy] Error: Invalid template interpolation value INFO[0147] [stage=deploy] INFO[0147] [stage=deploy] on /builds/xxx/.togomak/pipelines/tmp/e29e2611-1ea6-4fa4-b002-79788588f2302885812944/deploy/publish.hcl line 81, in stage "echo": INFO[0147] [stage=deploy] 79: script = <<EOT INFO[0147] [stage=deploy] 80: echo "branch=${data.env.branch.value}" INFO[0147] [stage=deploy] 81: echo "commits_since_last_tag=${data.git.this.commits_since_last_tag}" INFO[0147] [stage=deploy] 82: echo "last_tag=${data.git.this.last_tag}" INFO[0147] [stage=deploy] 83: echo "timestamp=${local.timestamp}" INFO[0147] [stage=deploy] 84: echo "gcp: $GOOGLE_APPLICATION_CREDENTIALS" INFO[0147] [stage=deploy] 85: EOT INFO[0147] [stage=deploy] INFO[0147] [stage=deploy] with data.git.this.commits_since_last_tag set to null. INFO[0147] [stage=deploy] INFO[0147] [stage=deploy] The expression result is null. Cannot include a null value in a string template. INFO[0147] [stage=deploy] ERRO[0147] <nil>: failed to run command (stage.deploy); exit status 1
if fields don't exist, return sensible defaults instead of null.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if fields don't exist, return sensible defaults instead of null.
The text was updated successfully, but these errors were encountered: